-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account mail confirmation #137
Comments
Hi, what do you mean by validate? There is validation done on sign-up to make sure it looks like a real email address. You can also use regex rules to limit which emails can sign up. See https://github.com/Nakiami/mellivora/blob/master/include/email.inc.php |
Hey, I used the regex with success. But, I would like to send a confirmation to check if the mail is currently existing and valid. I setup mellivora for a CTF (thanks again for create and maintain it ❤️ ) but we got some users enter non-existing mail addresses after figure out what was the regex. |
Aha, I see what you mean. No, this feature does not exist. Feel free to contribute :) |
Ok, I will try to implement it and I will make a PR after :). Thanks for the reply. |
Hello,
I want to know if the current version has any mechanism to validate the user email that is used to create the account?
If not, I will work on it to implement it.
Thanks in advance.
The text was updated successfully, but these errors were encountered: