Fix password change in user management
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
542f1a7e0b
commit
0b4ff4f747
|
@ -701,6 +701,7 @@ $(document).ready(function () {
|
||||||
// remove highlight class from users without recovery ability
|
// remove highlight class from users without recovery ability
|
||||||
$tr.removeClass('row-warning');
|
$tr.removeClass('row-warning');
|
||||||
};
|
};
|
||||||
|
blurFunction = _.bind(blurFunction, $input);
|
||||||
if(isRestoreDisabled) {
|
if(isRestoreDisabled) {
|
||||||
$tr.addClass('row-warning');
|
$tr.addClass('row-warning');
|
||||||
// add tipsy if the password change could cause data loss - no recovery enabled
|
// add tipsy if the password change could cause data loss - no recovery enabled
|
||||||
|
|
Loading…
Reference in New Issue