CINXE.COM
Sign in to DDBJ Account
<!DOCTYPE html> <html class="" lang="en"> <head> <meta charset="utf-8"> <meta name="robots" content="noindex, nofollow"> <title>Sign in to DDBJ Account</title> <link rel="icon" href="/resources/dboty/login/ddbj/img/favicon.ico" /> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous"> <style> #DDBJ_CommonHeader { ul { padding: 0; li { list-style-type: none; } } } </style> <script type="importmap"> { "imports": { "rfc4648": "/resources/dboty/common/keycloak/vendor/rfc4648/rfc4648.js" } } </script> <script src="/resources/dboty/login/ddbj/js/menu-button-links.js" type="module"></script> <script type="module"> import { startSessionPolling } from "/resources/dboty/login/ddbj/js/authChecker.js"; startSessionPolling( "/realms/master/login-actions/restart?client_id=dfast&tab_id=NSR-OX2pf5w&client_data=eyJydSI6Imh0dHBzOi8vZGZhc3QuZGRiai5uaWcuYWMuanAvYXV0aC9hdXRob3JpemVkIiwicnQiOiJjb2RlIn0&skip_logout=true" ); </script> <script type="module"> import { checkAuthSession } from "/resources/dboty/login/ddbj/js/authChecker.js"; checkAuthSession( "by/fpNpvR5HqMw0MHxLCe0m6SuxY4uOKg7A9Wd/Nt5I" ); </script> </head> <body class=""> <script src="https://www.ddbj.nig.ac.jp/assets/js/ddbj_common_framework.js" id="DDBJ_common_framework" data-bottom-menu="false" data-footer="false"></script> <div class="mx-auto my-5" style="max-width: 500px"> <img src="/resources/dboty/login/ddbj/img/logo.png" alt="DDBJ - DNA Data Bank of Japan"> <div class="mt-3 border-top border-4 border-primary shadow-lg p-3"> <header class=""> <h1 class="fs-3 mb-3"> Sign in to your account </h1> </header> <div id="kc-content"> <div id="kc-content-wrapper"> <form id="kc-form-login" onsubmit="login.disabled = true; return true;" action="https://idp.ddbj.nig.ac.jp/realms/master/login-actions/authenticate?session_code=WdbdkDz19S8jF4JNawW2FxAYLNGQtdac9_cx6DB7gZA&execution=f0c88e84-dcb8-4eeb-8cca-d2d75f20639c&client_id=dfast&tab_id=NSR-OX2pf5w&client_data=eyJydSI6Imh0dHBzOi8vZGZhc3QuZGRiai5uaWcuYWMuanAvYXV0aC9hdXRob3JpemVkIiwicnQiOiJjb2RlIn0" method="post"> <div class="mb-3"> <label for="username" class="form-label">Username or email</label> <input tabindex="2" id="username" class="form-control " name="username" value="" type="text" autofocus autocomplete="username" aria-invalid="" dir="ltr"> </div> <div class="mb-3"> <label for="password" class="form-label">Password</label> <div class="input-group mb-3" dir="ltr"> <input tabindex="3" id="password" class="form-control " name="password" type="password" autocomplete="current-password" aria-invalid=""> <button class="btn btn-outline-secondary" type="button" aria-label="Show password" aria-controls="password" data-password-toggle tabindex="4" data-icon-show="" data-icon-hide="" data-label-show="Show password" data-label-hide="Hide password"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye-fill" viewBox="0 0 16 16"> <path d="M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0"/> <path d="M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8m8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7"/> </svg> </button> </div> </div> <div class="mb-3"> <a tabindex="6" href="/realms/master/login-actions/reset-credentials?client_id=dfast&tab_id=NSR-OX2pf5w&client_data=eyJydSI6Imh0dHBzOi8vZGZhc3QuZGRiai5uaWcuYWMuanAvYXV0aC9hdXRob3JpemVkIiwicnQiOiJjb2RlIn0">Forgot Password?</a> </div> <div id="kc-form-buttons" class="d-grid"> <input type="hidden" id="id-hidden-input" name="credentialId" /> <input tabindex="7" class="btn btn-primary" name="login" id="kc-login" type="submit" value="Sign In"/> </div> </form> <script type="module" src="/resources/dboty/login/ddbj/js/passwordVisibility.js"></script> </div> </div> </div> </div> </body> </html>