diff options
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/views/login.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/views/login.html.php b/modules/user/views/login.html.php index 27591721..78e03b46 100644 --- a/modules/user/views/login.html.php +++ b/modules/user/views/login.html.php @@ -5,11 +5,11 @@ <ul> <li> <label for="gUsername"><?= _("Username") ?></label> - <input type="text" id="gUsername" /> + <input type="text" name="username" id="gUsername" /> </li> <li> <label for="gPassword"><?= _("Password") ?></label> - <input type="password" id="gPassword" /> + <input type="password" name="password" id="gPassword" /> </li> <li> <input type="submit" value="<?= _("Login")?>" /> |