Remove email verification

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.

6 Likes

Thanks, I wasn’t to sure if that applied.

It could be so useful for testing instances where smtp is deactivated by security, to avoid sending real emails.

It means that we need to create a testing user in production, then export production, import production into testing environment, then delete the testing user in production!

If you have a workaround to create a user in a testing environment where smtp is disabled, I would be so glad… :slight_smile:

It’s possible. As a visitor, create a new account with a fake email.

As an admin, go to this new account’s profile and manually activate it in his profile’s admin tab:

Then, you can log in with the test user.

2 Likes

Ah yes, it was such a simple feature to solve it!
Thank you so much @ Coin-coin le Canapin !!

1 Like