Browse Source

Fix password change in user management

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v11.0RC2
Morris Jobke 7 years ago
parent
commit
0b4ff4f747
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      settings/js/users/users.js

+ 1
- 0
settings/js/users/users.js View File

@@ -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…
Cancel
Save