mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Fix password change in user management
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
542f1a7e0b
commit
0b4ff4f747
1 changed files with 1 additions and 0 deletions
|
|
@ -701,6 +701,7 @@ $(document).ready(function () {
|
|||
// remove highlight class from users without recovery ability
|
||||
$tr.removeClass('row-warning');
|
||||
};
|
||||
blurFunction = _.bind(blurFunction, $input);
|
||||
if(isRestoreDisabled) {
|
||||
$tr.addClass('row-warning');
|
||||
// add tipsy if the password change could cause data loss - no recovery enabled
|
||||
|
|
|
|||
Loading…
Reference in a new issue