CINXE.COM

Apache Account Utility

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <link rel="stylesheet" href="/style/default.css" type="text/css" media="screen, projection"/> <title>Apache Account Utility</title> </head> <body> <h1 style="color: #FFF;">Apache Account Utility</h1> <!-- start of layout --> <div style="width: 900px; margin: 0px auto;" > <div class="left" > <h3>Please Login</h3> <p>If you have lost access to your registered email address, you will need to file an additional ICLA with Secretary. Follow the directions for <a href="https://www.apache.org/licenses/contributor-agreements.html#submitting">submitting</a> an ICLA.</p> <p>Include your current Apache id on the ICLA and mention in your cover email that you are requesting a change to your email address.</p> </div> <div class="right" > <!-- start of index --> <form action="/details/login" method="POST" id="form"> <p><label>Apache User ID:</label><input type="text" name="availid" value="" tabindex="1" /></p> <p><label>Password:</label><input type="password" name="password" tabindex="2" /></p> <p><label>Change password?</label><input type="checkbox" name="changepw" tabindex="10"/></p> <p><input type="submit" name="login" value="Login" tabindex="100" /></p> </form> <p class="forgotpw"><a href="/reset/enter">Forgot your password?</a></p> <!-- end of layout --> </div> </div> <!-- end of layout --> <div class="footer"> <p> Copyright &copy; 2022 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br /> Apache and the Apache feather logo are trademarks of The Apache Software Foundation. </p> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10