[GH-ISSUE #2487] No Authorization, passwors stored in "Hints" not in "Passwords" #1737

Closed
opened 2026-02-26 07:32:16 +03:00 by kerem · 4 comments
Owner

Originally created by @ostenax on GitHub (Dec 18, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2487

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

Originally created by @ostenax on GitHub (Dec 18, 2022). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2487 **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](https://user-images.githubusercontent.com/29819306/208298642-e515163a-2e6f-4bb8-9061-e17c2932c157.png) **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
kerem 2026-02-26 07:32:16 +03:00
  • closed this issue
  • added the
    stale
    bug
    labels
Author
Owner

@rijnhard commented on GitHub (Jan 26, 2023):

Oh my word....

<!-- gh-comment-id:1404744013 --> @rijnhard commented on GitHub (Jan 26, 2023): Oh my word....
Author
Owner

@sephit commented on GitHub (Jun 11, 2023):

Any news about this bug, could it be resolved?

<!-- gh-comment-id:1585991394 --> @sephit commented on GitHub (Jun 11, 2023): Any news about this bug, could it be resolved?
Author
Owner

@github-actions[bot] commented on GitHub (Feb 2, 2024):

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

<!-- gh-comment-id:1922641178 --> @github-actions[bot] commented on GitHub (Feb 2, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@github-actions[bot] commented on GitHub (Mar 19, 2025):

Issue was closed due to inactivity.

<!-- gh-comment-id:2735140577 --> @github-actions[bot] commented on GitHub (Mar 19, 2025): Issue was closed due to inactivity.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#1737
No description provided.