NginxProxyManager / NginxProxyManager/nginx-proxy-manager

Forgot WEB GUI password

Open
#4,331 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

stale
Dominant language
TypeScript
Stars
34.2k
Forks
3.9k
Avg merge
21h 12m
Merged PRs (30d)
20

Description

Hi,

I forgot my password of Web GUI on VPS with portainer

Image

Image

Image

i tryed to:
docker exec -it sh
mysql -u root -p
USE npm;
UPDATE user SET is_deleted=1;
quit
exit

Image

I tried with the root and the password, the user and the password which are indicated in the environment variable screenshot but nothing to do there
I only get access denied
Could you help me please

thanks you very much

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The payload mentions only Docker shell access and MySQL commands, with no repository file, test, or implementation entry point. First clarify the supported password-recovery path and the access-denied result; the issue does not define a code change or a concrete completion condition.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, mysql
Domain
authentication, database
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.