# Reset password at command line

**URL:** https://meta.discourse.org/t/reset-password-at-command-line/300677
**Category:** Support
**Created:** [March 23, 2024, 9:37pm UTC](https://meta.discourse.org/t/reset-password-at-command-line/300677 "2024-03-23T21:37:30Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [March 23, 2024, 10:05pm UTC](https://meta.discourse.org/t/reset-password-at-command-line/300677/2 "2024-03-23T22:05:37Z")

</div>

What did you do to break your email?

> [@Other ways to reset password when password reset email is not arriving?](https://meta.discourse.org/t/other-ways-to-reset-password-when-password-reset-email-is-not-arriving/82873/2):
>
> If you must you can do it via the console. Seems odd though, first time I heard of anything like this. ./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/reset-password-at-command-line/300677)._
