jeremyevans / rodauth

Ruby's Most Advanced Authentication Framework
http://rodauth.jeremyevans.net
MIT License
1.69k stars 95 forks source link

Is there way to disable all mail? #344

Closed Set27 closed 1 year ago

Set27 commented 1 year ago

If i don't want to confirm new account via email, is there built-in method to disable it?

jeremyevans commented 1 year ago

By default the create_account feature doesn't send email. You have to be using verify_account feature to send email. So if you don't want to send email, I recommend using create_account and not verify_account.

As mentioned in the contribution guidelines, please only use GitHub Issues to report a bug in Rodauth. For general questions, ask the question in GitHub Discussions.