apply the fix for password change recommended by @sairim
This commit is contained in:
@@ -428,6 +428,10 @@ define([
|
||||
return;
|
||||
}
|
||||
|
||||
if (oldPassword === newPassword) {
|
||||
return void UI.alert(Messages.settings_changePasswordNewPasswordSameAsOld);
|
||||
}
|
||||
|
||||
UI.confirm(Messages.settings_changePasswordConfirm,
|
||||
function (yes) {
|
||||
if (!yes) { return; }
|
||||
|
||||
Reference in New Issue
Block a user