mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #1172] Reset user password #959
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#959
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @onevision on GitHub (Jun 11, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1172
I have picked up support for a website uses nginx-proxy-manager. The guy who setup the website is long gone and I do not know his password.
I have access to the backend docker containers and have connected to MariaDB in hope of manually changing the password to something I know, however I cannot see where the users' passwords are stored.
Any help would be much appreciated.
@chaptergy commented on GitHub (Jun 11, 2021):
If you have access to the database, you can go into the table named
authand update thesecretcolumn where theuser_idis the user id you want. (You can see the users in theuserstable, and see the id associated with an email address.To keep the user intact, change the secret to
This will result in the password being
changeme.To just create a new admin user, see https://github.com/jc21/nginx-proxy-manager/issues/230#issuecomment-550565639