Lucas Ferreira
964ae53e5b
Update password confirmation autocomplete
2019-04-02 18:39:19 -03:00
Graham Brereton
76b87dc0e8
Refactor the devise_error_messages! helper to render a partial ( #4616 )
...
This should make it more intuitive and easier for developers using the
project to implement their own layout for errors.
2018-12-18 21:01:16 -02:00
Gustavo Bazan
6260c29a86
Improve passwords autocomplete
...
Use `autocomplete="new-password"` or `autocomplete="current-password"` to better signal to browsers and password managers how to handle the password fields.
This feature is especially useful for “change your password” and “new user” forms
2018-04-19 12:58:58 -04:00
Neil van Beinum
710496b6a8
Remove unnecessary line break on edit password page.
2015-08-06 18:21:34 +01:00
Carlos Antonio da Silva
bebf0ecbbe
Simplify the logic to display the minimum password length hint
...
There's no real need to pass 2 variables to the view to figure that out,
we can simply display the message relying on whether or not the
`@minimum_password_length` variable is present.
2014-12-27 11:22:40 -02:00
Katee
607bf70674
Shows min password length on edit password view.
2014-12-15 19:52:58 -05:00
Sean Collins
cfe0dc1ee1
change class="fields" to class="field" to be same as rails scaffolding
2014-10-22 12:44:01 -04:00
Uday Singh
f9ca733e68
updated passwords views with proper formatting akin to scaffolding and classes for fields and actions
2014-10-22 04:23:51 -04:00
Lucas Mazza
aea82d0b03
Update remaning 1.8 hash syntax.
2014-02-25 14:25:55 -03:00
rbsec
13b50d63ca
Set autocomplete=off on all password inputs
2014-02-21 10:37:17 +00:00
Radagaisus
4962fbcb51
no need for {} they said
2012-08-22 02:15:48 +03:00
Radagaisus
be2b481385
fixed for 1.8.7 syntax
2012-08-22 02:13:38 +03:00
Radagaisus
2a64972321
html5 autofocus for a better ux from the get go
2012-08-22 01:58:26 +03:00
Vasiliy Ermolovich
1d79c1982a
use implicit partials rendering
...
make simple_form templates consistent with templates
that generates by simple_form itself
612c0067cf
2012-05-20 22:01:11 +03:00
Rodrigo Flores
9bf718dd82
Revert "Move devise/shared/_links.erb to devise/_links.erb"
...
This reverts commit aa2d15aa33
.
Conflicts:
CHANGELOG.rdoc
2012-03-03 10:40:59 -03:00
José Valim
aa2d15aa33
Move devise/shared/_links.erb to devise/_links.erb
2012-01-02 21:26:26 +01:00
Andriy Tyurnikov
502dae3c1f
div instead of p in forms
2011-07-14 15:43:10 +03:00
Joey Geiger
c8cb7d270d
Use a better label to enforce that you are changing your password to a new one.
2010-09-28 01:26:56 +08:00
José Valim
b86c1c241b
Use markup in views as Ryan Bates does in the screencast.
2010-04-25 10:02:11 +02:00
José Valim
8db559148c
All tests green on latest Rails beta.
2010-04-13 23:28:13 +02:00
Andre Medeiros
71f74a10f7
Solved deprecation warnings
...
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-04-06 12:06:42 +02:00
José Valim
59b26d8427
All tests pass using Rails master.
2010-03-11 18:39:32 +01:00
José Valim
8e21373946
Rename devise/shared/_devise_links to devise/shared/links.
2010-02-17 12:30:08 +01:00
José Valim
02e8c04cde
Update views generator and now have scoped views.
2010-02-17 12:26:54 +01:00