diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-07 17:41:24 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-07 17:41:24 +0100 |
commit | 32e739f2ae2eebb7b169052463aa73fb452d5afb (patch) | |
tree | 1bfb6a7ef76c67ea4291b7d6722af7de94fe0e37 /core/templates | |
parent | ee6884e33649881731793b29e0605e0beb193c46 (diff) | |
download | nextcloud-server-32e739f2ae2eebb7b169052463aa73fb452d5afb.tar.gz nextcloud-server-32e739f2ae2eebb7b169052463aa73fb452d5afb.zip |
make show password not specific to log in
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php index e66d27f6d69..3be2b039b03 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -33,7 +33,7 @@ <input type="password" name="password" id="password" value="" data-typetoggle="#show" required<?php echo $_['user_autofocus'] ? '' : ' autofocus'; ?> /> <label for="password" class="infield"><?php echo $l->t('Password'); ?></label> - <img class="svg" id="pass_image" src="<?php echo image_path('', 'actions/password.svg'); ?>" alt=""/> + <img class="svg" id="password-icon" src="<?php echo image_path('', 'actions/password.svg'); ?>" alt=""/> <input type="checkbox" id="show" name="show" /> <label for="show"></label> </p> |