What should be the return page after successful account registration ? Do we have to create a confirmation page ?
I tested it and the return page -> 404 Page not found. -> http://mydomain.tld/undefined/account (and registered user is automatically logged in his account without prior verification).
I am using SendGrid.
The proper way to handle the registration would be to send an email with activation link. Instead the registered user receives:
You have successfully registered your account!
Email: xxxxxxxxxxxxxx@whateveremailserver.com
Login: xxxxxxxxxxxxxxxxxxx
Message
Now you can log in your account with your email or login.
log in your account
and it's never verified
Please advise. Thx
I tested it and the return page -> 404 Page not found. -> http://mydomain.tld/undefined/account (and registered user is automatically logged in his account without prior verification).
I am using SendGrid.
The proper way to handle the registration would be to send an email with activation link. Instead the registered user receives:
You have successfully registered your account!
Email: xxxxxxxxxxxxxx@whateveremailserver.com
Login: xxxxxxxxxxxxxxxxxxx
Message
Now you can log in your account with your email or login.
log in your account
and it's never verified
Please advise. Thx