We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Description
For now, the verification email may only be sent after a successful user registration.
There should be an api for the user to re-send verification token.
To Reproduce
refer to: https://github.com/loco-rs/loco/blob/master/loco-new/base_template/src/controllers/auth.rs#L65C17-L65C29
No other function called AuthMailer::send_welcome() except register()
AuthMailer::send_welcome()
register()
Expected Behavior
In the controller, add an endpoint, maybe /auth/resend-verification-mail, or whatever.
/auth/resend-verification-mail
It will make the /auth part more complete.
The text was updated successfully, but these errors were encountered:
And maybe the "Authentication Configuration" could be extended with something like a allow_only_verified_email_to_login.
allow_only_verified_email_to_login
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
For now, the verification email may only be sent after a successful user registration.
There should be an api for the user to re-send verification token.
To Reproduce
refer to: https://github.com/loco-rs/loco/blob/master/loco-new/base_template/src/controllers/auth.rs#L65C17-L65C29
No other function called
AuthMailer::send_welcome()
exceptregister()
Expected Behavior
In the controller, add an endpoint, maybe
/auth/resend-verification-mail
, or whatever.It will make the /auth part more complete.
The text was updated successfully, but these errors were encountered: