Skip to content
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

Open
nioupola opened this issue Apr 18, 2020 · 4 comments
Open

Account mail confirmation #137

nioupola opened this issue Apr 18, 2020 · 4 comments

Comments

@nioupola
Copy link

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.

@Nakiami
Copy link
Owner

Nakiami commented Apr 18, 2020

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

@nioupola
Copy link
Author

nioupola commented Apr 18, 2020

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.
Some website send a link to the mail address with a token to confirm the account and let the user use it to login and access the website.

@Nakiami
Copy link
Owner

Nakiami commented Apr 18, 2020

Aha, I see what you mean. No, this feature does not exist. Feel free to contribute :)

@nioupola
Copy link
Author

Ok, I will try to implement it and I will make a PR after :). Thanks for the reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants