# Restablecimiento manual de contraseña

**URL:** https://meta.discourse.org/t/manual-password-reset/84498
**Category:** Feature
**Created:** [3 Abril, 2018 21:39 UTC](https://meta.discourse.org/t/manual-password-reset/84498 "2018-04-03T21:39:29Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![arwen](https://avatars.discourse-cdn.com/v4/letter/a/7c8e57/32.png) [@arwen](https://meta.discourse.org/u/arwen)
#### Post date: [3 Abril, 2018 21:39 UTC](https://meta.discourse.org/t/manual-password-reset/84498/1 "2018-04-03T21:39:29Z")

</div>

I have several users on the forum that aren’t receiving password reset emails. The trouble is on their mail server, so I can’t really help them there. I’ve tested it with many other users, and they all can receive the emails. Could there be an option to allow the admin to manually change a user’s password if needed as a last resort without going into the database as shown [here](https://meta.discourse.org/t/reset-user-password-by-admin/56987/4)? I administer the forum, but I don’t have access to the DB as that is the responsibility of the company’s IT department.

Another alternative idea that would be more secure is to have a way to generate password reset links as an admin that could be copied and emailed to a specific user.

Either way would be immensely helpful, especially when you’re dealing with users who have no idea about anything technical to even start to troubleshoot their mail account. Plus, if this ability is only for admins (who should be responsible), there should not be concern about it being abused.

If there is a current fix for this, I’d love to know about it!

---

<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: [3 Abril, 2018 23:28 UTC](https://meta.discourse.org/t/manual-password-reset/84498/2 "2018-04-03T23:28:39Z")

</div>

Sounds like it’s not a solution, but if you could get one of the IT people to do this:

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

```

That will allow you to (optionally) set a password (as well as _optionally_ make them an admin).

---

<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: [4 Abril, 2018 03:50 UTC](https://meta.discourse.org/t/manual-password-reset/84498/3 "2018-04-04T03:50:41Z")

</div>

You should be checking Admin, Logs under sent email and bounces. If someone has a broken email they are screwed eventually because they will never be able to reset their own password or get a forgot password email.

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [4 Abril, 2018 04:25 UTC](https://meta.discourse.org/t/manual-password-reset/84498/4 "2018-04-04T04:25:18Z")

</div>

You could ask your user for an alternative email address and change it for them 🙂
