# New users redirected to id.discourse.com instead of forum signup

**URL:** https://meta.discourse.org/t/new-users-redirected-to-id-discourse-com-instead-of-forum-signup/396095
**Category:** Self-hosting
**Tags:** email, discourse-id, hosting
**Created:** [February 14, 2026, 9:27am UTC](https://meta.discourse.org/t/new-users-redirected-to-id-discourse-com-instead-of-forum-signup/396095 "2026-02-14T09:27:36Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [February 14, 2026, 9:39am UTC](https://meta.discourse.org/t/new-users-redirected-to-id-discourse-com-instead-of-forum-signup/396095/2 "2026-02-14T09:39:07Z")

</div>

If you didn’t setup email, you can do so by editing the details in your `app.yml` file by setting up `DISCOURSE_SMTP_USER_NAME` and `DISCOURSE_SMTP_PASSWORD` variables.

IIRC you can disable Discourse ID completely with the `enable discourse id` setting.

See [this section](https://github.com/discourse/discourse/blob/main/docs/INSTALL-email.md) for setting up email:

> Enter these values when prompted by `./discourse-setup` per the [install guide](https://github.com/discourse/discourse/blob/main/docs/INSTALL-cloud.md#edit-discourse-configuration). To change the current email service, run `./discourse-setup` as well (this will bring the forum offline for a few minutes while it gets rebuilt).
> 
> #### [Brevo, previously SendInBlue, GDPR](https://www.brevo.com/products/transactional-email/) — 300 email per day free
> 
> ```plaintext
> SMTP server address? smtp-relay.brevo.com
> SMTP user name? [SMTP credentials for your domain under [SMTP-Key tab](https://app.brevo.com/settings/keys/smtp)]
> SMTP password? [SMTP credentials for your domain under [SMTP-Key tab](https://app.brevo.com/settings/keys/smtp)]
> Port: 587
> 
> ```

---

_[View the full topic](https://meta.discourse.org/t/new-users-redirected-to-id-discourse-com-instead-of-forum-signup/396095)._
