summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'intern.gospeladlershof.de/login.php')
-rw-r--r--intern.gospeladlershof.de/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern.gospeladlershof.de/login.php b/intern.gospeladlershof.de/login.php
index aba1467..c9462f1 100644
--- a/intern.gospeladlershof.de/login.php
+++ b/intern.gospeladlershof.de/login.php
@@ -31,7 +31,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="text" id="inputEmail" class="form-control" placeholder="E-Mail-Adresse" required autofocus>
+ <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">