Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resetting admin password via console #7067

Closed
piotrpog opened this issue Oct 28, 2020 · 2 comments
Closed

Resetting admin password via console #7067

piotrpog opened this issue Oct 28, 2020 · 2 comments
Labels
enhancement improvements to existing features user management 😇 features related to user management
Milestone

Comments

@piotrpog
Copy link

Resetting password in case we forgot/lost it is a bit of a chore right now, we have to access DB, hash new password and replace old one.

I think this could be sped up with console commands. I propose adding two:

  • change password by username - changes password of specific admin user.
  • list admins - list usernames of admin users. I think it is also important because we might also forgot account username.
@brandonkelly brandonkelly added this to the 3.6 milestone Oct 28, 2020
@brandonkelly brandonkelly added enhancement improvements to existing features user management 😇 features related to user management and removed enhancement labels Oct 28, 2020
brandonkelly added a commit that referenced this issue Oct 31, 2020
@brandonkelly
Copy link
Member

Added for 3.6!

@brandonkelly
Copy link
Member

Craft 3.6 has now been officially released ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improvements to existing features user management 😇 features related to user management
Projects
None yet
Development

No branches or pull requests

2 participants