CINXE.COM
Please login - FSFE
<!DOCTYPE html> <html lang="en"> <head> <title>Please login - FSFE</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="https://my.fsfe.org/static/style/roboto.css"> <link rel="stylesheet" type="text/css" href="https://my.fsfe.org/static/style/font-awesome.css"> <link rel="stylesheet" type="text/css" href="https://my.fsfe.org/static/style/main.css"> </head> <body> <header id="top"> <div id="masthead"> <a id="logo" href="https://fsfe.org"> <img src="https://my.fsfe.org/static/images/logo.svg" alt="Free Software Foundation Europe"/> </a> </div> </header> <main> <h1>Please login</h1> <form class="form-horizontal" action="/verify" method="post"> <!-- Hidden inputs for preserving authentication request parameters --> <input type="hidden" name="scope" value="openid"> <input type="hidden" name="response_type" value="code"> <input type="hidden" name="client_id" value="fsfe-cd-front.fsfe.org"> <input type="hidden" name="redirect_uri" value="https://my.fsfe.org/code-exchange"> <input type="hidden" name="state" value="b923f32b232b46c784d158e1bb2a78ad"> <input type="hidden" name="nonce" value="85cf7654aad94ce5a3b90925b5515fe0"> <input type="hidden" name="x_token_url" value="https://my.fsfe.org/login"> <div class="form-group"> <div class="col-sm-3"> <label for="username" class="control-label">Username</label> </div> <div class="col-sm-6"> <input type="text" class="form-control" id="username" name="username" value=""> <p class="help-block small"> Please enter either your FSFE username or your email address. </p> </div> </div> <div class="form-group"> <div class="col-sm-3"> <label for="password" class="control-label">Password</label> </div> <div class="col-sm-6"> <input type="password" class="form-control" id="password" name="password"> <p class="help-block small"> If you leave this blank, you will receive an email which enables you to log in without a password. </p> </div> </div> <div class="row"> <div class="col-sm-offset-3 col-sm-6"> <button type="submit" class="btn btn-primary">Login</button> </div> </div> </form> </main> <footer> <div id="page-info"> <div> <p> Copyright © 2001-2025 <a href="https://fsfe.org/">FSFE e.V.</a>. </p> <p> Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. </p> </div> <div> <p> <a href="https://fsfe.org/contact/contact">Contact us</a> </p> <p> <a href="https://fsfe.org/about/legal/imprint">Imprint</a> / <a href="https://fsfe.org/about/legal/imprint#id-privacy-policy">Privacy Policy</a> / <a href="https://fsfe.org/about/transparency-commitment">Transparency Commitment</a> </p> </div> </div> </footer> </body> </html>