nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

No Authorization, passwors stored in "Hints" not in "Passwords"

Open ostenax opened this issue 3 years ago • 3 comments

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • No (i have no Docker, installed as LXC on Proxmox 7.3)
  • Are you sure you're not using someone else's docker image?
    • No
  • Have you searched for similar issues (both open and closed)?
    • Yes

Describe the bug Authorization passwords are stored in "Hint" not in "Password" and so the Authorzation don't work

Nginx Proxy Manager Version 2.9.19

To Reproduce

  1. Open "Access List"
  2. "Add Access List" and name it
  3. Click "Satisfy Any"
  4. Click "Authorizaion" and edit User and Password
  5. Click "Save"

under "Audit Log" open the last "Created Access list " will show in details: { "name": "test", "satisfy_any": true, "pass_auth": false, "items": [ { "username": "test", "password": "", "hint": "t***" } ], "clients": [], "id": 7, "meta": {} }

Expected behavior Password should stored in the right location to bring up Authorization

Screenshots Bildschirmfoto vom 2022-12-18 13-33-46

Operating System Proxmox 7.3, installed with the Proxmox script

Additional context System installed in LXC Container witg the Proxmox script. Reverse Proxy works without authentikation

ostenax avatar Dec 18 '22 12:12 ostenax

Oh my word....

rijnhard avatar Jan 26 '23 09:01 rijnhard

Any news about this bug, could it be resolved?

sephit avatar Jun 11 '23 03:06 sephit

Issue is now considered stale. If you want to keep it open, please comment :+1:

github-actions[bot] avatar Feb 02 '24 01:02 github-actions[bot]