# Come disabilitare la conferma email per creare amministratori

**URL:** https://meta.discourse.org/t/how-to-disable-mail-confirmation-to-create-admins/110395
**Category:** Self-hosting
**Created:** [28 Febbraio 2019, 10:59pm UTC](https://meta.discourse.org/t/how-to-disable-mail-confirmation-to-create-admins/110395 "2019-02-28T22:59:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jpchen](https://avatars.discourse-cdn.com/v4/letter/j/a88e4f/32.png) [@jpchen](https://meta.discourse.org/u/jpchen)
#### Post date: [28 Febbraio 2019, 10:59pm UTC](https://meta.discourse.org/t/how-to-disable-mail-confirmation-to-create-admins/110395/1 "2019-02-28T22:59:37Z")

</div>

our email system is broken and due to it being maintained by a third party, we cant access the db directly. i need to grant admin access to a user, but i cant because it [requires an email confirmation](https://meta.discourse.org/t/require-mail-confirmation-to-grant-admin-privileges/60164). i have tried numerous solutions around this but i cant seem to do it, and the only option seems to be to give the other administrator my personal user and password because it is broken. is there a way to disable it? (grant moderation works but grant admin does not). it would be really great to not have these artificial hurdles that cause enormous developer pain for a false sense of security, and then force people to do extremely insecure things to get around these hurdles.

thanks!

---

<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: [28 Febbraio 2019, 11:22pm UTC](https://meta.discourse.org/t/how-to-disable-mail-confirmation-to-create-admins/110395/2 "2019-02-28T23:22:48Z")

</div>

given that you can log in to the server

```plaintext
cd /var/discourse
./launcher enter app
rake admin:create

```
