Last active
June 11, 2016 02:34
-
-
Save ckujau/5977696 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- core/templates/login.php.orig 2013-07-10 01:41:17.395088962 +0200 | |
+++ core/templates/login.php 2013-07-10 21:09:49.787218394 +0200 | |
@@ -34,8 +34,6 @@ | |
required<?php p($_['user_autofocus'] ? '' : ' autofocus'); ?> /> | |
<label for="password" class="infield"><?php p($l->t('Password')); ?></label> | |
<img class="svg" id="password-icon" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt=""/> | |
- <input type="checkbox" id="show" name="show" /> | |
- <label for="show"></label> | |
</p> | |
<input type="checkbox" name="remember_login" value="1" id="remember_login"/><label | |
for="remember_login"><?php p($l->t('remember')); ?></label> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed with remove show password toggle from log in page, ref #4577 #4580