diff options
Diffstat (limited to 'intern.gospeladlershof.de/login.php')
| -rw-r--r-- | intern.gospeladlershof.de/login.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/intern.gospeladlershof.de/login.php b/intern.gospeladlershof.de/login.php index c9462f1..23c2695 100644 --- a/intern.gospeladlershof.de/login.php +++ b/intern.gospeladlershof.de/login.php @@ -32,13 +32,7 @@ if ( ! empty($_SESSION) ) { <h2 class="form-signin-heading">Bitte melde dich an</h2> <label for="inputEmail" class="sr-only">E-Mail Adresse</label> <input name="email" type="email" id="inputEmail" class="form-control" placeholder="E-Mail-Adresse" required autofocus> - <label for="inputPassword" class="sr-only">Passwort</label> - <input name="password" type="password" id="inputPassword" class="form-control" placeholder="Passwort" required> - <!--div class="checkbox"> - <label> - <input type="checkbox" value="remember-me"> Bleib angemeldet - </label> - </div--> + <span class="helper-block">Es wird dir eine E-Mail an dieselbe Adresse geschickt, mit der du auch die anderen E-Mails des Chors liest.</span> <button class="btn btn-lg btn-primary btn-block" type="submit">Lass mich rein</button> </form> |
