# Register windows shows wrong pages

**URL:** https://meta.discourse.org/t/register-windows-shows-wrong-pages/204483
**Category:** Support
**Created:** [September 26, 2021, 1:25pm UTC](https://meta.discourse.org/t/register-windows-shows-wrong-pages/204483 "2021-09-26T13:25:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![daemon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/daemon/32/256632_2.png) [@daemon](https://meta.discourse.org/u/daemon)
#### Post date: [September 26, 2021, 1:25pm UTC](https://meta.discourse.org/t/register-windows-shows-wrong-pages/204483/1 "2021-09-26T13:25:38Z")

</div>

Hallo!

I’ve tried the register window and found out that the two links in the modal register window shows the wrong links to TOS and Privacy page.

 ![discourse-register-window](https://global.discourse-cdn.com/meta/original/3X/a/0/a0f76d11ea7eeef5f5857073dd4cb86b2727e8d6.png)

When you click on one of the links you will be redirected to

```plaintext
https://mydomain.org/t/datenschutzrichtlinie/6

https://mydomain.org/t/nutzungsbedingungen/4

```

but they are both private.

Of course they are published to non registered/non-login users

```plaintext
https://mydomain.org/pub/nutzungsbedingungen
https://mydomain.org/pub/datenschutzrichtlinie

```

but like I said, on the modal window are the wrong links.

---

<div class="post-metadata">

### Author: ![Steven](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steven/32/187890_2.png) [@Steven](https://meta.discourse.org/u/Steven)
#### Post date: [September 26, 2021, 1:54pm UTC](https://meta.discourse.org/t/register-windows-shows-wrong-pages/204483/2 "2021-09-26T13:54:19Z")

</div>

You probably customized the text because by default, the links are `/tos` and `/privacy`, those are available to everyone even if the forum require login to read the content

The text to customize is `js.create_account.disclaimer`

---

<div class="post-metadata">

### Author: ![daemon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/daemon/32/256632_2.png) [@daemon](https://meta.discourse.org/u/daemon)
#### Post date: [September 26, 2021, 1:56pm UTC](https://meta.discourse.org/t/register-windows-shows-wrong-pages/204483/3 "2021-09-26T13:56:07Z")

</div>

I didn’t do this.  
As you can see I have a german forum, and the links are there since I installed Discourse.

* * *

EDIT:  
I’m sorry, you were right.
