current, when inactive a user, password is remain. when make new user with same email a error message is display "Could not save changes: Could not save record - Require unique data" it's because in beforesave, we check 2 user have password is not duplicate email.
other way to fix, remain password. in beforesave exclusive inactive record in duplicate check. but must add login check duplicate in case active file is change value.
wdyt?
Environment
None
Activity
Show:
Carlos Ruiz April 17, 2015 at 11:44 PM
IMHO it's good that system announce that a user cannot be created - it can avoid duplicates.
Is possible that a user is inactivated temporarily (i.e vacations) - and administrator expect to reactivate it when user comes back - so clearing the password would have problem in such case, I think that must be a deliberate action.
current,
when inactive a user, password is remain.
when make new user with same email a error message is display
"Could not save changes: Could not save record - Require unique data"
it's because in beforesave, we check 2 user have password is not duplicate email.
other way to fix, remain password. in beforesave exclusive inactive record in duplicate check.
but must add login check duplicate in case active file is change value.
wdyt?