question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reset user password by admin?

See original GitHub issue

So after moving user management outside of /admin to /users, how does admin reset users’ password? Are we missing it or not?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

9reactions
arikfrcommented, Nov 22, 2015

@hirefrank btw, if you only need to reset his password, you can do it from the command line:

$ cd /opt/redash/current
$ sudo -u redash bin/run ./manage.py users password {user's email} {new password}
1reaction
arikfrcommented, Oct 20, 2016

@vitorbaptista you don’t need to setup an SMTP server, but spend ~10 minutes signing up with a free MailGun account. As we move forward there will be additional features that will work better with working email setup (like notifications to admins in case of issues).

For now your option is to use the CLI. You are welcome to submit a pull request to change it to generate the forgot password link instead of asking the admin to supply a new password for the user.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change other User Password from Admin account
1. Open the Control Panel, and click on the User Accounts icon. · 2. Click on the Manage another account link. · 3....
Read more >
Reset a user's password - Google Workspace Admin Help
Change a password · In the Admin console, go to Menu · In the Users list, find the user. · Point to the...
Read more >
3 Ways to Reset a Forgotten Windows Administrator Password
Reboot into Windows and you can sign into your account using the blank password. Once inside, you should head to Settings > Accounts...
Read more >
How to Change Another User's Password in Windows - Lifewire
Windows 11, 10 & 8: Go to Control Panel > User Accounts > User Accounts > Manage another account > [user]. · Select...
Read more >
How to Reset Administrator Password in Windows 10
Open the Windows Start menu. · Then select Settings. · Then click on Accounts. · Next, click on Your info. · Click on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found