nextcloud/settings/js
Daniel Calviño Sánchez a99489d602 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>
2018-01-11 16:33:39 +01:00
..
users Allow quota of 0 again 2017-10-25 01:30:26 +02:00
admin.js Don't send the test mail twice 2017-04-24 12:50:29 +02:00
apps.js Fix icon rendering in apps management for IE11 2018-01-03 15:22:58 +01:00
authtoken.js Use OC.Backbone instead of Backbone directly in authtoken JS code 2016-06-23 18:26:01 +02:00
authtoken_collection.js sort tokens 2016-07-20 15:59:00 +02:00
authtoken_view.js Use correct l10n for app password menu 2017-08-21 09:22:52 +02:00
certificates.js Use tooltip for ssl certs table 2016-07-13 10:00:02 +02:00
federationscopemenu.js Fix translation of federation scope menu 2017-11-30 13:25:28 +01:00
federationsettingsview.js display error icon on non-success 2017-07-31 15:22:25 +02:00
log.js Add user ID to log entries in admin page 2016-06-10 15:38:21 +02:00
personal.js Add strengthify bar after plain text input clone of password input 2018-01-11 16:33:39 +01:00
settings.js Enable the toggleSelect extension in multi-select dropdowns 2017-07-11 13:02:09 +02:00
usersettings.js use PUT to update user settings 2016-11-21 11:29:38 +01:00