Hello!
How do I make it so when someone sign’s up for my forum they don’t have to verify their email as I don’t want them to have to.
Thanks,
Hello!
How do I make it so when someone sign’s up for my forum they don’t have to verify their email as I don’t want them to have to.
Thanks,
Email verification can’t be disabled. You might not understand why, but you actually want and need email address verification.
Email is central to Discourse. Email addresses are considered as personally identifying information. You have a legal responsibility to verify that the address is owned by the user in question before storing it in your database.
If a user were to enter the wrong email address either accidentally (or intentionally) you would otherwise end up sending email address to a user who didn’t consent to receive such messages. If your mail domain ends up being reported for unsolicited emails you will find yourself quickly blocked by many of the larger email services.
Discourse will remove any accounts with unverified addresses to protect you from any data protection liability.
Thanks, I wasn’t to sure if that applied.
这对于测试安全禁用 SMTP 的实例可能非常有用,可以避免发送真实电子邮件。
这意味着我们需要在生产环境中创建一个测试用户,然后将生产环境导出到测试环境中,然后删除生产环境中的测试用户!
如果您有在 SMTP 被禁用的测试环境中创建用户的解决方法,我将不胜感激…… ![]()
啊是的,这是一个如此简单的功能来解决它!
非常感谢 @ Coin-coin le Canapin!!