-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
[Rails] Allow super admin to reset passwords for community admin users (DRAFT WORK DONE, HELP NEEDED TO FINISH FOR HACKTOBERFEST 2023) #802
Labels
Hacktoberfest
Hacktoberfest 2023
Comments
rudokemper
added
Hacktoberfest
Hacktoberfest 2023
epic: improve super admin abilities
labels
Sep 29, 2022
I would like to work on this. Kindly assign it to me |
@hassyyy done! Thanks for wanting to work on this. |
Hi @hassyyy just checking if you still wanted to work on this? |
Hey @rudokemper |
No worries, thanks @hassyyy |
If this one is back on the market, i'd love to take a crack at it as well. |
thanks @DuldR ! |
This was referenced Jan 31, 2023
rudokemper
changed the title
[Rails] Allow super admin to reset passwords for community admin users
[Rails] Allow super admin to reset passwords for community admin users (DRAFT WORK DONE, HELP NEEDED TO FINISH)
Sep 23, 2023
rudokemper
changed the title
[Rails] Allow super admin to reset passwords for community admin users (DRAFT WORK DONE, HELP NEEDED TO FINISH)
[Rails] Allow super admin to reset passwords for community admin users (DRAFT WORK DONE, HELP NEEDED TO FINISH FOR HACKTOBERFEST 2023)
Sep 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When logged in as a super admin (e.g. via username
[email protected]
and passwordterrastories
per the default seed data), we are able to view the communities that are located on the Terrastories instance, as well as the users registered to those communities. Let's make it possible for the super admin to reset a password for any of the users on a community withadmin
credentials.User story: if a Community administrator loses their password, the super admin should be able to reset that for them.
The text was updated successfully, but these errors were encountered: