From 98fc5a3aba2ad4e95607405f424a2e1e5e12cb4e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 8 Mar 2019 21:07:54 +0100 Subject: add password manager hints to login/registration forms --- templates/register.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/register.html.ep') diff --git a/templates/register.html.ep b/templates/register.html.ep index 6a4a72d..44a7615 100644 --- a/templates/register.html.ep +++ b/templates/register.html.ep @@ -64,7 +64,7 @@
account_circle - %= text_field 'user', id => 'account', class => 'validate', required => undef, pattern => '[0-9a-zA-Z_-]+', maxlength => 60 + %= text_field 'user', id => 'account', class => 'validate', required => undef, pattern => '[0-9a-zA-Z_-]+', maxlength => 60, autocomplete => 'username'
@@ -74,12 +74,12 @@
lock - %= password_field 'password', id => 'password', class => 'validate', required => undef, minlength => 8 + %= password_field 'password', id => 'password', class => 'validate', required => undef, minlength => 8, autocomplete => 'new-password'
lock - %= password_field 'password2', id => 'password2', class => 'validate', required => undef, minlength => 8 + %= password_field 'password2', id => 'password2', class => 'validate', required => undef, minlength => 8, autocomplete => 'new-password'
-- cgit v1.2.3