nextcloud/settings
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
..
Activity Use PNG version of the icons for shipped activities 2017-07-07 11:16:44 +02:00
ajax Remove OC_App:installApp 2017-05-15 00:03:35 -05:00
BackgroundJobs Backported Fix #5059 to stable12 by adding sanity checks before using var 2017-05-26 12:16:46 +02:00
Controller Properly catch InvalidTokenException for better error response 2018-01-09 11:44:52 +01:00
css Fix height of table rows in apps management on IE11 2018-01-03 17:12:16 +01:00
img Use PNG version of the icons for shipped activities 2017-07-07 11:16:44 +02:00
js Add strengthify bar after plain text input clone of password input 2018-01-11 16:33:39 +01:00
l10n [tx-robot] updated from transifex 2018-01-10 01:11:34 +00:00
Mailer Fix welcome text for better grammar in themed instances 2017-11-09 09:28:29 +01:00
Middleware Fix others 2016-07-21 18:13:57 +02:00
templates Fix icon rendering in apps management for IE11 2018-01-03 15:22:58 +01:00
tests/js Fix JSUnit tests 2017-01-13 18:33:43 +01:00
Application.php Change 2FA activities to more generic security activities 2017-05-18 22:10:57 +02:00
help.php Update with robin 2016-07-21 18:13:58 +02:00
Hooks.php Merge setMetaData into constructor 2017-09-05 16:04:09 +02:00
personal.php Allow to force a language and set it via the ocs api 2017-06-22 09:54:39 +02:00
routes.php Allow to force a language and set it via the ocs api 2017-06-22 09:54:39 +02:00
users.php UserManager can now count disabled users 2017-04-29 00:59:09 -03:00