[GH-ISSUE #4913] [BUG]: Getting PASSWORD_MIN_LENGTH is not defined error in the settings/security page #3088

Closed
opened 2026-02-22 18:32:34 -05:00 by yindo · 1 comment
Owner

Originally created by @stevejuma on GitHub (Jan 27, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4913

How are you running AnythingLLM?

Docker (local)

What happened?

Not sure If i'm missing anything but seeing a PASSWORD_MIN_LENGTH is not defined error when attempting to navigate to the settings/security page. I can see it defined in frontend/src/pages/GeneralSettings/Security/index.jsx, but none of the docs mention this.

Are there known steps to reproduce?

  • Start instance of container
  • Navigate to Settings -> Security
  • See error on page
Originally created by @stevejuma on GitHub (Jan 27, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4913 ### How are you running AnythingLLM? Docker (local) ### What happened? Not sure If i'm missing anything but seeing a `PASSWORD_MIN_LENGTH is not defined` error when attempting to navigate to the `settings/security` page. I can see it defined in [frontend/src/pages/GeneralSettings/Security/index.jsx](https://github.com/Mintplex-Labs/anything-llm/blob/master/frontend/src/pages/GeneralSettings/Security/index.jsx#L339), but none of the docs mention this. ### Are there known steps to reproduce? * Start instance of container * Navigate to `Settings` -> `Security` * See error on page
yindo added the possible bug label 2026-02-22 18:32:34 -05:00
yindo closed this issue 2026-02-22 18:32:34 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jan 27, 2026):

@stevejuma - just patched, that was a result of a bad merge from a PR merged earlier this week that somehow was not caught by linter or static analysis

Fixed build runner: https://github.com/Mintplex-Labs/anything-llm/actions/runs/21420704213/job/61679352068

@timothycarambat commented on GitHub (Jan 27, 2026): @stevejuma - just patched, that was a result of a bad merge from a PR merged earlier this week that somehow was not caught by linter or static analysis Fixed build runner: https://github.com/Mintplex-Labs/anything-llm/actions/runs/21420704213/job/61679352068
yindo changed title from [BUG]: Getting `PASSWORD_MIN_LENGTH is not defined` error in the settings/security page to [GH-ISSUE #4913] [BUG]: Getting `PASSWORD_MIN_LENGTH is not defined` error in the settings/security page 2026-06-05 14:50:15 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3088