Uh oh!
There was an error while loading. Please reload this page.
Add autocompletion for password reset - #27949
Conversation
julien-nc
commented
Jul 13, 2021
@szaimen Are you sure you want to assign this PR? Maybe you wanted to request reviews? 😁 |
szaimen
commented
Jul 13, 2021
You are right. I misclicked 😅 |
julien-nc
left a comment
There was a problem hiding this comment.
Nice! This could also be done in login page and password reset page.core/src/components/login/LoginForm.vuecore/src/components/login/UpdatePassword.vue
281a8fa to
66e1f88CompareCarlSchwan
commented
Jul 13, 2021
Good idea :) Just did that and also unified the |
66e1f88 to
7344b2aCompare7344b2a to
1dd402bCompare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
923e45a to
bf2304aCompareUh oh!
There was an error while loading. Please reload this page.
cb6130b to
55e149dCompareszaimen
commented
Jul 14, 2021
Solved the conflicting files. But I fear there is still the need to compile and push the js. |
55e149d to
ab1f4a6Compareab1f4a6 to
4e3b538Compareartonge
commented
Jul 15, 2021
I compiled the files, but can't push on @CarlSchwan's branch :( |
CarlSchwan
commented
Jul 15, 2021
I will compile the files and push them after lunch |
szaimen
commented
Aug 31, 2021
/rebase |
szaimen
commented
Aug 31, 2021
Unfortunately the fork seems to be still unpushable... |
skjnldsv
commented
Oct 22, 2021
@CarlSchwan rebase? |
Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Also unify autocapitalize="none" autocorrect="off" behavior in a few other places for password input fields. Closenextcloud#27885 Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-Authored-By: Julien Veyssier <eneiluj@posteo.net> Co-Authored-By: Pytal <24800714+Pytal@users.noreply.github.com>
4e3b538 to
b7a35afCompare
Using autocomplete="current-password" and autocomplete="new-password"
will help browser with integrated password managers to generate safe
password for the users.
See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element
and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete.
Close#27885
Signed-off-by: Carl Schwan carl@carlschwan.eu