is it not more logical to verify the email before creating the user, i mean what if i use someones email to create account , ill not verify it but the real owner of the email will not be able to create account with his email
hey may a little late. But you can check if Email verified after process. If not you can delete the account. As well you can check with an if statement if email is verified. As long as its not. just dont log them in.
is it not more logical to verify the email before creating the user, i mean what if i use someones email to create account , ill not verify it but the real owner of the email will not be able to create account with his email
true
I guess "forgot password" can handle that
hey may a little late. But you can check if Email verified after process. If not you can delete the account. As well you can check with an if statement if email is verified. As long as its not. just dont log them in.
send code