IntegrityErrors modifications
This commit will make recovery email (User.email
) non unique. It will also remove the command non_unique_email
and add a new command to populate recovery emails for users that didn't do that at the time of registration.
It includes a change in purist.models.User
, so a ldh_middleware migrate purist
command will need to be issued on deployment.