# Activatiemail uitschakelen na aanmelding

**URL:** https://meta.discourse.org/t/disable-activation-mail-post-signup/174930
**Category:** Support
**Created:** [4 januari 2021 om 06:46 UTC](https://meta.discourse.org/t/disable-activation-mail-post-signup/174930 "2021-01-04T06:46:50Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Pratham\_Nawal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pratham_nawal/32/180115_2.png) [@Pratham\_Nawal](https://meta.discourse.org/u/Pratham_Nawal)
#### Post date: [4 januari 2021 om 06:46 UTC](https://meta.discourse.org/t/disable-activation-mail-post-signup/174930/1 "2021-01-04T06:46:50Z")

</div>

How to disable the activation mail that users get post signing up for the community?

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [4 januari 2021 om 09:29 UTC](https://meta.discourse.org/t/disable-activation-mail-post-signup/174930/2 "2021-01-04T09:29:48Z")

</div>

I Guess you’re referring to verification email. That cannot be turned off due to security reasons. You can however skip the email if you enable social login.

---

<div class="post-metadata">

### Author: ![neounix](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neounix/32/215617_2.png) [@neounix](https://meta.discourse.org/u/neounix)
#### Post date: [4 januari 2021 om 09:44 UTC](https://meta.discourse.org/t/disable-activation-mail-post-signup/174930/3 "2021-01-04T09:44:42Z")

</div>

> [@Pratham\_Nawal](#):
>
> How to disable the activation mail that users get post signing up for the community?

You would need to spend a lot of time in the code and write a plugin which bypasses all the important security checks required by the email validation process; and then mark the user as “validated” (as if the email validation happened).

Of course it is possible (it is software, everything is possible); but you will need to write your own plugin to do so.

I also doubt any professional plugin developer here would want to write such a plugin which breaks the core Discourse security feature of validating emails as part of the signup process.

Best of luck …

---

<div class="post-metadata">

### Author: ![thaidb](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thaidb/32/68488_2.png) [@thaidb](https://meta.discourse.org/u/thaidb)
#### Post date: [26 maart 2021 om 08:31 UTC](https://meta.discourse.org/t/disable-activation-mail-post-signup/174930/6 "2021-03-26T08:31:58Z")

</div>

Can you share donate to build plugin disbale verification email sign up account?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [26 maart 2021 om 10:57 UTC](https://meta.discourse.org/t/disable-activation-mail-post-signup/174930/7 "2021-03-26T10:57:58Z")

</div>

You can disable validation by using SSO and using some system that doesn’t do email validation. It’s almost certainly a terrible idea unless you do something else to keep people from using the wrong email address. Several times a month my wife gets emails from services about other people’s children, health, and other services.
