]> source.dussan.org Git - nextcloud-server.git/commit
Add strengthify bar after plain text input clone of password input 7797/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 5 Jan 2018 23:13:23 +0000 (00:13 +0100)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 11 Jan 2018 15:33:39 +0000 (16:33 +0100)
commita99489d602f4e42b9f18454fc46d949c2b072e0c
tree685a992ad61fc3e463be4f6b571f1fc3c1964224
parent33c55fe5b43ac1d669cfd03890a930cd3627f8a5
Add strengthify bar after plain text input clone of password input

To show the password in plain text "showPassword" adds a text input
after the password input and swaps their visibility depending on whether
the password has to be shown in plain text or not. In a similar way,
"strengthify" by default adds the strength bar after the input element
it was called on. Due to this, if "showPassword" is called before
"strengthify" on the same password input then the strength bar ends
between the password input and the text input, and when the text input
is shown it appears below the strength bar.

To fix this now the strength bar is added after the text input in those
places in which "strengthify" was called after "showPassword" on the
same element.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
apps/user_ldap/js/renewPassword.js
settings/js/personal.js