CINXE.COM
ASF Self-serve Portal - The Apache Software Foundation
<!doctype html> <html lang="en" class="h-100"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content="ASF Infrastructure, users@infra.apache.org"> <base href="./"> <title>ASF Self-serve Portal - The Apache Software Foundation</title> <link href="/css/bootstrap.min.css" rel="stylesheet"> <link href="/css/fontawesome.all.min.css" rel="stylesheet"> </head> <body class="d-flex flex-column h-100"> <main class="flex-shrink-0"> <div> <!-- nav bar --> <nav class="navbar navbar-expand-lg navbar-dark bg-dark" aria-label="Fifth navbar example"> <div class="container-fluid"> <a class="navbar-brand" href="#"><img src="images/feather_small.png" style="height: 32px;"/> ASF Self-serve Portal</a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarADP" aria-controls="navbarADP" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarADP"> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item"> <a class="nav-link active" aria-current="page" href="/">Home</a> </li> <li class="nav-item"> <a class="nav-link" href="/docs.html">Documentation</a> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">For projects</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/jira-project.html"><i class="fa-brands fa-jira" style="color: seagreen; display: inline-block; width: 26px;"></i>Create a Jira project</a></li> <li><a class="dropdown-item" href="/confluence-new.html"><i class="fa-brands fa-confluence" style="color: dodgerblue; display: inline-block; width: 26px;"></i>Create a Confluence wiki space</a></li> <li><a class="dropdown-item" href="/git.html"><i class="fa-brands fa-git-alt" style="color: orangered; display: inline-block; width: 26px;"></i>Create a Git repository</a></li> <li><a class="dropdown-item" href="/mailinglist-new.html"><i class="fa-solid fa-envelopes-bulk" style="color: rebeccapurple; display: inline-block; width: 26px;"></i>Create a mailing list</a></li> <li><a class="dropdown-item" href="/mailinglist-manage.html"><i class="fa-solid fa-envelope-circle-check" style="color: mediumvioletred; display: inline-block; width: 26px;"></i>Manage mailing lists</a></li> <li><a class="dropdown-item" href="/confluence-archive.html"><i class="fa-brands fa-confluence" style="color: dodgerblue; display: inline-block; width: 26px;"></i>Archive a Confluence wiki space</a></li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">For committers</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/identity.html"><i class="fa-solid fa-id-card" style="color: goldenrod; display: inline-block; width: 26px;"></i>Edit your ASF identity</a></li> <li><a class="dropdown-item" href="/identity.html#reset"><i class="fa-solid fa-user-lock" style="color: darkred; display: inline-block; width: 26px;"></i>Reset your password</a></li> <li><a class="dropdown-item" href="/otp-calculator.html"><i class="fa-solid fa-calculator" style="color: royalblue; display: inline-block; width: 26px;"></i>OTP calculator</a></li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">For all contributors</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/jira-account.html"><i class="fa-solid fa-user-plus" style="color: darkgreen; display: inline-block; width: 26px;"></i>Request a Jira account</a></li> <li><a class="dropdown-item" href="/jira-account-reactivate.html"><i class="fa-solid fa-heart-pulse" style="color: darkgreen; display: inline-block; width: 26px;"></i>Reactivate a Jira account</a></li> <li><a class="dropdown-item" href="/confluence-account.html"><i class="fa-solid fa-user-plus" style="color: darkgreen; display: inline-block; width: 26px;"></i>Request a Confluence account</a></li> <li><a class="dropdown-item" href="/confluence-account-reactivate.html"><i class="fa-solid fa-heart-pulse" style="color: darkgreen; display: inline-block; width: 26px;"></i>Reactivate a Confluence account</a></li> </ul> </li> </ul> </div> </div> </nav> <!-- JS disclaimer --> <noscript> <div class="bg-warning p-1" style="text-align: center;"> <h4 style="text-transform: uppercase; line-height: 16px; margin-top: 6px;"> This portal requires JavaScript in order to work. Please enable it. </h4> </div> </noscript> <!-- page contents --> <div id="contents"> <div class="bg-white p-5 rounded"> <div class="col-sm-8 mx-auto"> <h1>Request a Confluence account</h1> <p>Confluence is a popular wiki. As with a lot of things these days, wikis are a popular target for spammers. It is with regret that we currently are not accepting new accounts unless vetted by an ASF Project beforehand.</p> <p>If you are a committer to an ASF project, use your ASF id and password to login to Confluence. If not, use this form to request an account, after which the project will then grant you edit access if appropriate.</p> <div class="alert alert-warning"> <h5>Please read the following before you request a Confluence account:</h5> <ul style="margin: 0px;"> <li>You do NOT need a Confluence account to view wiki pages.</li> <li>Have you discussed requiring wiki access on the appropriate mailing list? Depending on the topic, wiki access may not be needed. </li> </ul> </div> <form onsubmit="confluence_account_request_submit(this); return false;"> <div class="mb-3"> <label for="project" class="form-label">For which ASF project do you want to have Confluence access?</label> <select class="form-control" id="project" name="project" aria-describedby="projectHelp" onchange="confluence_check_project(this.value)"> <option selected disabled value="">--- Select a project ---</option> </select> <div id="projectHelp" class="form-text">Select the ASF project you will initially be contributing to with this account. Make sure you have selected the correct project, and that they are using Confluence as a wiki, as the project will be reviewing your account request. Once your account is approved, you can use that same account for other project wikis that grant you write access.</div> </div> <div class="mb-3"> <label for="email" class="form-label">Email address</label> <input type="email" class="form-control project-dependent" id="email" name="email" aria-describedby="emailHelp"> <div id="emailHelp" class="form-text">We'll never share your email with anyone else. Please ensure this email address is correct, as we will use it to verify your request.</div> </div> <div class="mb-3"> <label for="username" class="form-label">Desired user name</label> <input type="text" class="form-control project-dependent" id="username" name="username" aria-describedby="usernameHelp"> <div id="usernameHelp" class="form-text">Your user name must be between 4 and 20 characters long, alphanumeric only.</div> </div> <div class="mb-3"> <label for="realname" class="form-label">Your real (public) name</label> <input type="text" class="form-control project-dependent" id="realname" name="realname" aria-describedby="realnameHelp"> <div id="realnameHelp" class="form-text">This is your actual name, as it will appear on Confluence pages you edit.</div> </div> <div class="mb-3"> <label for="why" class="form-label">Tell us a little about what you intend to use this account for. <br>N.B. You do NOT need an account to view Confluence pages. </label> <textarea class="form-control project-dependent" id="why" name="why" aria-describedby="whyHelp"></textarea> <div id="whyHelp" class="form-text">Adding a proper description of your intended use for this account will assist the project in reviewing this request.</div> </div> <div class="mb-3 form-check"> <input type="checkbox" class="form-check-input project-dependent" name="verify" id="verify" value="agree"> <label class="form-check-label" for="verify">I agree to let the project for which I am requesting an account review my public data.</label> <div id="verifyHelp" class="form-text">We will share your user name, public name, and reason for requesting an account with the project you specify, but will <em>not</em> share your email address.</div> </div> <button type="submit" class="btn btn-primary project-dependent">Submit</button> </form> <script> document.body.onload = () => { confluence_seed_project_list(); } </script> </div> </div> </div> </div> <div class="position-fixed top-50 start-50 translate-middle" style="z-index: 11;"> <div id="liveToast" class="toast hide" role="alert" aria-live="assertive" aria-atomic="true" style="width: 520px; font-size: 1rem;"> <div class="toast-header"> <img src="/images/feather_small.png" style="height: 20px;" class="rounded me-2" alt="..."> <strong class="me-auto">Self-serve Platform</strong> <small>Just now</small> <button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button> </div> <div class="toast-body" id="liveToast-text"> </div> </div> </div> </main> <footer class="footer mt-auto py-3 bg-light"> <div class="container"> <span class="text-muted">Copyright© 2023, The Apache Software Foundation. Material licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>. For inquiries, contact users@infra.apache.org</span> </div> </footer> <script type="application/ecmascript" src="/js/selfserve.js" integrity="sha384-Cgeg95bD6hcyZsalr4P9aGj92YztirO9K7HWmNWgH3HTc8PyCQyeihN48GOW/a9T"></script> <script type="application/ecmascript" src="/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"></script> </body> </html>