Skip to content

Instantly share code, notes, and snippets.

@ckujau
Last active June 11, 2016 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckujau/5977696 to your computer and use it in GitHub Desktop.
Save ckujau/5977696 to your computer and use it in GitHub Desktop.
--- 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>
@ckujau
Copy link
Author

ckujau commented Jun 11, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment