[GH-ISSUE #2170] [BUG]: API: Example password for creating new users is too short #1414

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

Originally created by @FaRunge on GitHub (Aug 23, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2170

How are you running AnythingLLM?

Docker (local)

What happened?

grafik
the example password "hunter2" is too short. All passwords are required to have 8 signs. Use "hunter21" instead. ;)

Are there known steps to reproduce?

No response

Originally created by @FaRunge on GitHub (Aug 23, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2170 ### How are you running AnythingLLM? Docker (local) ### What happened? ![grafik](https://github.com/user-attachments/assets/f9bb9a14-2afa-467c-92d7-b3cd3cb5c1af) the example password "hunter2" is too short. All passwords are required to have 8 signs. Use "hunter21" instead. ;) ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:24:41 -05:00
yindo closed this issue 2026-02-22 18:24:41 -05:00
Author
Owner

@timothycarambat commented on GitHub (Aug 23, 2024):

While true...

@timothycarambat commented on GitHub (Aug 23, 2024): While true... - You should never use the example for a password in the documentation - This setting is actually configurable by the admin via the ENV settings https://github.com/Mintplex-Labs/anything-llm/blob/master/server/models/user.js#L237
yindo changed title from [BUG]: API: Example password for creating new users is too short to [GH-ISSUE #2170] [BUG]: API: Example password for creating new users is too short 2026-06-05 14:40:38 -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#1414