Fix password change in user management

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/2417/head
Morris Jobke 10 years ago
parent 542f1a7e0b
commit 0b4ff4f747
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
  1. 1
      settings/js/users/users.js

@ -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