]> source.dussan.org Git - nextcloud-server.git/commitdiff
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)
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

index bea2c0409f797a5094be2d3192ee8f736e359b98..7a58832c984591d7ffa5e6a062f01efd21fee1d4 100644 (file)
@@ -46,5 +46,6 @@ $(document).ready(function() {
                        t('core', 'Strong password')
                ],
                drawTitles: true,
+               $addAfter: $('input[name="newPassword-clone"]'),
        });
 });
index 9193b8e03ddf60c3b2bdb68b82189f06eba6676a..c5d4396ea888c7945a5a876af1532cb16a12e1d4 100644 (file)
@@ -384,6 +384,7 @@ $(document).ready(function () {
                        t('settings', 'Strong password')
                ],
                drawTitles: true,
+               $addAfter: $('input[name="newpassword-clone"]'),
        });
 
        // Load the big avatar