# Adding users to the developers table

**URL:** https://meta.discourse.org/t/adding-users-to-the-developers-table/277657
**Category:** Support
**Created:** [September 3, 2023, 10:51pm UTC](https://meta.discourse.org/t/adding-users-to-the-developers-table/277657 "2023-09-03T22:51:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![hello-smile6](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hello-smile6/32/304628_2.png) [@hello-smile6](https://meta.discourse.org/u/hello-smile6)
#### Post date: [September 3, 2023, 10:51pm UTC](https://meta.discourse.org/t/adding-users-to-the-developers-table/277657/1 "2023-09-03T22:51:19Z")

</div>

How could I add users to the developers table in Discourse’s database? (Specifically, what data goes where?) I’m wanting to be able to add developer users without restarting Discourse’s Docker container.

---

<div class="post-metadata">

### Author: ![not-ethan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/not-ethan/32/282617_2.png) [@not-ethan](https://meta.discourse.org/u/not-ethan)
#### Post date: [September 3, 2023, 11:01pm UTC](https://meta.discourse.org/t/adding-users-to-the-developers-table/277657/2 "2023-09-03T23:01:09Z")

</div>

It is controlled by the `developer_emails` global setting, the `developers` table or the `DISCOURSE_DEVELOPER_EMAILS` Docker env var.

> [@Understanding user statuses, roles, and permissions](https://meta.discourse.org/t/understanding-user-statuses-roles-and-permissions/35171/1):
>
> **Storage** : controlled via the `developer_emails` global setting or the `developers` table, in Docker install use the env var `DISCOURSE_DEVELOPER_EMAILS` to specify an email list of users who are developers.

---

<div class="post-metadata">

### Author: ![hello-smile6](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hello-smile6/32/304628_2.png) [@hello-smile6](https://meta.discourse.org/u/hello-smile6)
#### Post date: [September 3, 2023, 11:10pm UTC](https://meta.discourse.org/t/adding-users-to-the-developers-table/277657/3 "2023-09-03T23:10:04Z")

</div>

> [@not-ethan](#):
>
> the `developers` table

How can users be added to that?
