We have added confirmation email to new register users. That cause existed users can not log in.
Two options:
- Change the user_status to approved manually in the database (not a good one)
- When existed users log in, require them to confirm their email once.
We have added confirmation email to new register users. That cause existed users can not log in.
Two options: