# Other ways to reset password when password reset email is not arriving?

**URL:** https://meta.discourse.org/t/other-ways-to-reset-password-when-password-reset-email-is-not-arriving/82873
**Category:** Support
**Created:** [3월 13, 2018, 5:12오전 UTC](https://meta.discourse.org/t/other-ways-to-reset-password-when-password-reset-email-is-not-arriving/82873 "2018-03-13T05:12:15Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [3월 13, 2018, 5:16오전 UTC](https://meta.discourse.org/t/other-ways-to-reset-password-when-password-reset-email-is-not-arriving/82873/2 "2018-03-13T05:16:26Z")

</div>

If you must you can do it via the console. Seems odd though, first time I heard of anything like this.

```plaintext
./launcher enter app
rails c
> u = User.find_by(username: 'USERNAME_HERE')
> u.password = "PASS"
> u.save

```

---

_[View the full topic](https://meta.discourse.org/t/other-ways-to-reset-password-when-password-reset-email-is-not-arriving/82873)._
