summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-07 17:41:24 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-07 17:41:24 +0100
commit32e739f2ae2eebb7b169052463aa73fb452d5afb (patch)
tree1bfb6a7ef76c67ea4291b7d6722af7de94fe0e37 /core/templates
parentee6884e33649881731793b29e0605e0beb193c46 (diff)
downloadnextcloud-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.php2
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>