diff options
| author | Horus | 2016-09-27 23:04:59 +0200 |
|---|---|---|
| committer | Horus | 2016-09-27 23:04:59 +0200 |
| commit | 7ecbc1996c88b3c16ed9c93f95a807ea0afd8191 (patch) | |
| tree | c359612cedbd1b62973bda5ce0c946f28e5b3177 /intern.gospeladlershof.de | |
| parent | 03fce2053fa7bf4c8384f6838b7ca02462e9963f (diff) | |
| download | gospeladlershof.de-7ecbc1996c88b3c16ed9c93f95a807ea0afd8191.tar.gz | |
Login ist vorübergehend input=text und die Checkbox fürs angemeldet bleiben ist weg.
Diffstat (limited to 'intern.gospeladlershof.de')
| -rw-r--r-- | intern.gospeladlershof.de/login.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/intern.gospeladlershof.de/login.php b/intern.gospeladlershof.de/login.php index 09d180b..aba1467 100644 --- a/intern.gospeladlershof.de/login.php +++ b/intern.gospeladlershof.de/login.php @@ -31,14 +31,14 @@ 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> + <input name="email" type="text" 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"> + <!--div class="checkbox"> <label> <input type="checkbox" value="remember-me"> Bleib angemeldet </label> - </div> + </div--> <button class="btn btn-lg btn-primary btn-block" type="submit">Lass mich rein</button> </form> |
