Merge pull request #2417 from nextcloud/fix-password-change-in-user-mgt

Fix password change in user management
This commit is contained in:
Lukas Reschke 2016-11-30 14:31:07 +01:00 committed by GitHub
commit c8c5865301
1 changed files with 1 additions and 0 deletions

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