# Reset password URL: password-reset or admin-login?

**URL:** https://meta.discourse.org/t/reset-password-url-password-reset-or-admin-login/64331
**Category:** Bug
**Created:** [12 Junho , 2017 03:07 UTC](https://meta.discourse.org/t/reset-password-url-password-reset-or-admin-login/64331 "2017-06-12T03:07:30Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![snakeninny](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/snakeninny/32/115522_2.png) [@snakeninny](https://meta.discourse.org/u/snakeninny)
#### Post date: [12 Junho , 2017 03:07 UTC](https://meta.discourse.org/t/reset-password-url-password-reset-or-admin-login/64331/1 "2017-06-12T03:07:30Z")

</div>

Hi,

When a user of my site [iosre.com](http://iosre.com) tried to reset his password this morning, he received an email containing a resetting URL, in the form of [http://bbs.iosre.com/u/admin-login/randomNumber](http://bbs.iosre.com/u/admin-login/randomNumber), and when he clicked it, it redirected to the homepage.

When I tried to reproduce the bug, the resetting URL I received was in the form of [http://bbs.iosre.com/u/password-reset/randomNumber](http://bbs.iosre.com/u/password-reset/randomNumber), and it worked as expected.

So I told him to replace **admin-login** with **password-reset** and try again, it worked.

Is that a bug?

Thanks,

Yinglu

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [12 Junho , 2017 04:41 UTC](https://meta.discourse.org/t/reset-password-url-password-reset-or-admin-login/64331/3 "2017-06-12T04:41:56Z")

</div>

Unlikely, how would they receive that URL?

---

<div class="post-metadata">

### Author: ![snakeninny](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/snakeninny/32/115522_2.png) [@snakeninny](https://meta.discourse.org/u/snakeninny)
#### Post date: [12 Junho , 2017 05:28 UTC](https://meta.discourse.org/t/reset-password-url-password-reset-or-admin-login/64331/4 "2017-06-12T05:28:21Z")

</div>

I don’t know, they received it as the password resetting URL:

 ![](https://global.discourse-cdn.com/meta/original/3X/b/c/bc1a599e5cd37d57e27432c9b2d38bd8dfb76049.png)

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [12 Junho , 2017 06:16 UTC](https://meta.discourse.org/t/reset-password-url-password-reset-or-admin-login/64331/5 "2017-06-12T06:16:29Z")

</div>

This issue was because of incorrect translation for `zh_CN` locale. Fixed via:

[https://github.com/discourse/discourse/commit/70927d57ec258dbbf97e56e963f76116b29366bf](https://github.com/discourse/discourse/commit/70927d57ec258dbbf97e56e963f76116b29366bf)

@saluzi already fixed incorrect translation on Transfiex.

@snakeninny Updating to latest version will fix this issue for you.

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [12 Junho , 2017 06:16 UTC](https://meta.discourse.org/t/reset-password-url-password-reset-or-admin-login/64331/6 "2017-06-12T06:16:35Z")

</div>


