# Remove email verification

**URL:** https://meta.discourse.org/t/remove-email-verification/165435
**Category:** Support
**Created:** [September 26, 2020, 2:46am UTC](https://meta.discourse.org/t/remove-email-verification/165435 "2020-09-26T02:46:58Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Crazy\_Content](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/crazy_content/32/192297_2.png) [@Crazy\_Content](https://meta.discourse.org/u/Crazy_Content)
#### Post date: [September 26, 2020, 2:46am UTC](https://meta.discourse.org/t/remove-email-verification/165435/1 "2020-09-26T02:46:58Z")

</div>

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,

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [September 26, 2020, 3:35am UTC](https://meta.discourse.org/t/remove-email-verification/165435/2 "2020-09-26T03:35:55Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Crazy\_Content](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/crazy_content/32/192297_2.png) [@Crazy\_Content](https://meta.discourse.org/u/Crazy_Content)
#### Post date: [September 27, 2020, 3:55am UTC](https://meta.discourse.org/t/remove-email-verification/165435/3 "2020-09-27T03:55:26Z")

</div>

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

---

<div class="post-metadata">

### Author: ![BabylonZeus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/babylonzeus/32/129971_2.png) [@BabylonZeus](https://meta.discourse.org/u/BabylonZeus)
#### Post date: [March 16, 2022, 2:41pm UTC](https://meta.discourse.org/t/remove-email-verification/165435/5 "2022-03-16T14:41:52Z")

</div>

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… 🙂

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [March 16, 2022, 2:47pm UTC](https://meta.discourse.org/t/remove-email-verification/165435/6 "2022-03-16T14:47:14Z")

</div>

> [@BabylonZeus](#):
>
> It means that we need to create a testing user in production

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:

 ![image](https://global.discourse-cdn.com/meta/original/3X/7/2/723259ed5d1bd590c676c2190e694c056533ac75.png)

Then, you can log in with the test user.

---

<div class="post-metadata">

### Author: ![BabylonZeus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/babylonzeus/32/129971_2.png) [@BabylonZeus](https://meta.discourse.org/u/BabylonZeus)
#### Post date: [March 16, 2022, 3:19pm UTC](https://meta.discourse.org/t/remove-email-verification/165435/7 "2022-03-16T15:19:12Z")

</div>

Ah yes, it was such a simple feature to solve it!  
Thank you so much @ [Coin-coin le Canapin](https://meta.discourse.org/u/Canapin) !!
