CINXE.COM
Fedora Accounts
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link href="/theme/static/vendor/fedora-bootstrap-5.3.3-0/fedora-bootstrap.min.nodata.css" rel="stylesheet" /> <link href="/theme/static/fonts/open-sans.css" rel="stylesheet" /> <link href="/theme/static/css/fedoraaccounts.css" rel="stylesheet" type="text/css" /> <link rel="apple-touch-icon" sizes="180x180" href="/theme/static/favicon/apple-touch-icon.png?v=alJGQ5vmvC"> <link rel="icon" type="image/png" sizes="32x32" href="/theme/static/favicon/favicon-32x32.png?v=alJGQ5vmvC"> <link rel="icon" type="image/png" sizes="16x16" href="/theme/static/favicon/favicon-16x16.png?v=alJGQ5vmvC"> <link rel="manifest" href="/theme/static/favicon/site.webmanifest?v=alJGQ5vmvC"> <link rel="mask-icon" href="/theme/static/favicon/safari-pinned-tab.svg?v=alJGQ5vmvC" color="#51a2da"> <link rel="shortcut icon" href="/theme/static/favicon/favicon.ico?v=alJGQ5vmvC"> <meta name="theme-color" content="#ffffff"> <link href="/static/fonts/font-awesome.css" rel="stylesheet" /> <link href="/static/css/main.css" rel="stylesheet" type="text/css"> <title>Fedora Accounts</title> <!-- This markup will be inserted at the end of the <head> --> <!-- Banners --> <style nonce="sEAhr3LUAsG0bg7nrcntk9S387KX0p30"> div.banner { padding-top: 1em; background-color: white; width: auto; text-align: center; } div.banner img { max-width: 100%; } </style> </head> <body> <nav class="navbar navbar-expand-lg navbar-light masthead justify-content-between py-2"> <a class="navbar-brand" href="/"><img src="/theme/static/images/FedoraAccounts.png" alt="Fedora Account System logo" height="40"></a> </nav> <!-- This markup will be inserted after the navbar --> <!-- https://pagure.io/fedora-infrastructure/issue/10740 --> <!-- <div class="banner"> <a href="https://fedoraproject.limequery.com/2023" target="_blank"> <img src="https://pagure.io/fedora-infrastructure/issue/raw/files/b4d328e7ce730f610530822af4c9cdab1029c47dc2bdb15648d4008e1b304e43-contributor-survey-banner.png"> </a> </div> --> <div class="bodycontent mb-auto pb-5"> <div class="bg-light border-bottom py-5"> <div class="container section"> <div class="row"> <div class="col-md-7"> <h2 class="display-4">Fedora Accounts</h2> <p class="lead"> Fedora Accounts allows you to create and manage an account for Fedora Tools and Infrastructure. </p> </div> <div class="col"> <div class="card"> <div class="alert alert-info text-center mb-0"> <div> By using a Fedora account, you agree to follow the <a href='https://docs.fedoraproject.org/en-US/project/code-of-conduct/'>Fedora Code of Conduct</a>. </div> <div> You can also use your CentOS account to login here. </div> </div> <ul class="card-header nav nav-tabs pb-0" role="tablist"> <li class="nav-item"> <a class="nav-link active" id="login-tab" data-bs-toggle="tab" data-bs-target="#login" href="#login" role="tab">Login</a> </li> <li class="nav-item"> <a class="nav-link " id="register-tab" data-bs-toggle="tab" data-bs-target="#register" href="#register" role="tab">Register</a> </li> </ul> <div class="tab-content"> <div class="tab-pane fade show active" id="login" role="tabpanel"> <form action="/" method="post" > <input id="login-csrf_token" name="login-csrf_token" type="hidden" value="ImYzYjYwNzBmYmI1N2U4N2Y0Yzg3MDE2MTcxNGFlMThiMWY2NWQ0OTAi.Z0eIBA.pYHCh-xVes4jjiKQODx_hvpz4QY"> <div class="card-body"> <div class="mb-3"> <input class="validate form-control" id="login-username" name="login-username" placeholder="Username" required tabindex="1" type="text" value=""> </div> <div class="mb-3"> <input class="validate form-control" id="login-password" name="login-password" placeholder="Password" required tabindex="2" type="password" value=""> </div> <div class="mb-0"> <input autocomplete="off" class="validate form-control" id="login-otp" name="login-otp" pattern="\d{6}" placeholder="One-Time Password (if you have one)" tabindex="3" type="text" value=""> </div> <div class="mb-0 text-end"> <small><a href="/forgot-password/ask">Forgot Password or OTP?</a></small> <span class="text-muted"> | </span> <small><a href="/otp/sync/">Sync Token</a></small> </div> </div> <div class="card-footer d-flex justify-content-between"> <div> </div> <button class="btn btn-primary" id="login-submit" name="login-submit" tabindex="4" type="submit" value="1">Log In</button> </div> </form></div> <div class="tab-pane fade " id="register" role="tabpanel"> <form action="/?tab=register" method="post" novalidate> <input id="register-csrf_token" name="register-csrf_token" type="hidden" value="ImYzYjYwNzBmYmI1N2U4N2Y0Yzg3MDE2MTcxNGFlMThiMWY2NWQ0OTAi.Z0eIBA.pYHCh-xVes4jjiKQODx_hvpz4QY"> <div class="card-body"> <div class="mb-3"> <label for="register-username">Username</label> <input class=" form-control" id="register-username" name="register-username" required tabindex="4" type="text" value=""> </div> <div class="row"> <div class="mb-3 col"> <label for="register-firstname">First Name</label> <input class=" form-control" id="register-firstname" name="register-firstname" required tabindex="5" type="text" value=""> </div> <div class="mb-3 col"> <label for="register-lastname">Last Name</label> <input class=" form-control" id="register-lastname" name="register-lastname" required tabindex="6" type="text" value=""> </div> </div> <div class="row"> <div class="mb-3 col"> <label for="register-mail">E-mail Address</label> <input class=" form-control" id="register-mail" name="register-mail" required tabindex="7" type="email" value=""> </div> </div> <div class="row form-check"> <div class="mb-3 col"> <input class=" form-check-input" id="register-underage" name="register-underage" required tabindex="8" type="checkbox" value="y"> <label class="form-check-label ms-1" for="register-underage">I am over 16 years old</label> </div> </div> </div> <div class="card-footer d-flex justify-content-between"> <div> </div> <button class="btn btn-primary" id="register-submit" name="register-submit" tabindex="8" type="submit" value="1">Register</button> </div> </form> </div> </div> </div> </div> </div> </div> </div> </div> <div class="footer py-5 text-white"> <div class="container"> <div class="row footerlinks justify-content-center"> <div class="col-sm-3 col-4 mt-3"> <div> <dl> <dt class="text-uppercase h4"><strong>About</strong></dt> <dd><a href="https://getfedora.org/">Get Fedora Linux</a></dd> <dd><a href="https://getfedora.org/en/sponsors/">Sponsors</a></dd> <dd><a href="https://fedoramagazine.org">Fedora Magazine</a></dd> <dd><a href="https://fedoraproject.org/wiki/Legal:Main#Legal">Legal</a></dd> </dl> </div> </div> <div class="col-sm-3 col-4 mt-3"> <div> <dl> <dt class="text-uppercase h4"><strong>Support</strong></dt> <dd><a href="https://fedoraproject.org/wiki/Communicating_and_getting_help">Get Help</a></dd> <dd><a href="https://ask.fedoraproject.org/">Ask Fedora</a></dd> <dd><a href="https://discussion.fedoraproject.org/c/ask/common-issues/">Common Issues</a></dd> <dd><a href="https://developer.fedoraproject.org/">Fedora Developer Portal</a></dd> </dl> </div> </div> <div class="col-sm-3 col-4 mt-3"> <div> <dl> <dt class="text-uppercase h4"><strong>Community</strong></dt> <dd><a href="https://fedoraproject.org/wiki/Join">Join Fedora</a></dd> <dd><a href="https://fedoraproject.org/wiki/Overview">About Fedora</a></dd> <dd><a href="http://fedoraplanet.org">Planet Fedora</a></dd> <dd><a href="https://accounts.fedoraproject.org/">Fedora Accounts</a></dd> </dl> </div> </div> </div> <div class="row footerlinks"> <div class="col-12 text-center"> <p> Fedora is sponsored by Red Hat. <a href="https://www.redhat.com/en/technologies/linux-platforms/articles/relationship-between-fedora-and-rhel">Learn more about the relationship between Red Hat and Fedora 禄</a> </p> <div class="py-3"> <a href="https://www.redhat.com/"><img class="rh-logo" height=24px src="/theme/static/images/redhat.png" alt="Red Hat Logo"></a> </div> <p> 漏 2021 Red Hat, Inc. and others. </p> </div> <div class="col-12 text-center"> <p>Powered by <a href="https://github.com/fedora-infra/noggin">noggin</a> v1.10.0 (stable:837527b)</p> <p class="text-muted"></p> </div> </div> </div> </div> <script nonce="sEAhr3LUAsG0bg7nrcntk9S387KX0p30" src="/theme/static/vendor/jquery/jquery-3.3.1.min.js"></script> <script nonce="sEAhr3LUAsG0bg7nrcntk9S387KX0p30" src="/theme/static/vendor/popperjs-2.9.2/popper.min.js"></script> <script nonce="sEAhr3LUAsG0bg7nrcntk9S387KX0p30" src="/theme/static/vendor/fedora-bootstrap-5.3.3-0/fedora-bootstrap.min.js"></script> <script nonce="sEAhr3LUAsG0bg7nrcntk9S387KX0p30"> $(function () { // https://getbootstrap.com/docs/5.0/components/popovers/#example-enable-popovers-everywhere var popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]')) var popoverList = popoverTriggerList.map(function (popoverTriggerEl) { return new bootstrap.Popover(popoverTriggerEl, {html: true}) }) }) </script> </body> </html>