nextcloud/apps/user_ldap
Daniel Calviño Sánchez b83204bf2c
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 14:08:47 +01:00
..
ajax resolve DI 2017-11-09 11:10:59 +01:00
appinfo move LDAP user attributes "sync" to background (except for ajax jobs) 2017-11-09 11:10:56 +01:00
composer Composer updated 2018-01-04 16:31:16 +01:00
css Use primary class also for ui-button elements 2017-11-13 16:33:21 +01:00
img Add icon to admin page sidebar for LDAP 2017-01-24 12:54:32 -06:00
js Add strengthify bar after plain text input clone of password input 2018-01-11 14:08:47 +01:00
l10n [tx-robot] updated from transifex 2018-01-04 09:48:31 +00:00
lib Merge pull request #7599 from nextcloud/quieter-debug-log 2018-01-03 00:40:46 +01:00
templates Rename "LDAP" to "LDAP/AD-integration" 2017-11-27 09:49:28 +01:00
tests removes invalid tests, adapts another one 2018-01-03 21:44:30 +01:00
vendor/ui-multiselect Migrate multiselect to user_ldap 2014-11-13 00:47:14 +01:00