[PR #2625] [MERGED] 🔧 PR: Fix Incorrect Max Password Length in Docs #30008

Closed
opened 2026-04-17 21:13:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2625
Author: @mo-amir-code
Created: 5/12/2025
Status: Merged
Merged: 5/12/2025
Merged by: @Kinfe123

Base: mainHead: fix/docs-email-password-wrong-max-password-length


📝 Commits (1)

  • af2ca71 changed wrong password length

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docs/content/docs/authentication/email-password.mdx (+1 -1)

📄 Description

This PR fixes a documentation error in the "Email & Password → Usage → Sign Up" section.

Issue: #2572

What Changed
Updated the max password length mentioned in the password field description from 32 to 128 characters.

Reflects the actual validation constraint used by the system.

📌 Why This Matters
The previous limit (32 characters) was misleading and could cause unnecessary client-side restrictions.

This fix ensures users and developers have accurate information for implementing sign-up forms.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/2625 **Author:** [@mo-amir-code](https://github.com/mo-amir-code) **Created:** 5/12/2025 **Status:** ✅ Merged **Merged:** 5/12/2025 **Merged by:** [@Kinfe123](https://github.com/Kinfe123) **Base:** `main` ← **Head:** `fix/docs-email-password-wrong-max-password-length` --- ### 📝 Commits (1) - [`af2ca71`](https://github.com/better-auth/better-auth/commit/af2ca71e6b237ab4d15d2c32758d35472d6dd507) changed wrong password length ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/authentication/email-password.mdx` (+1 -1) </details> ### 📄 Description This PR fixes a documentation error in the "Email & Password → Usage → Sign Up" section. Issue: #2572 ✅ What Changed Updated the max password length mentioned in the password field description from 32 to 128 characters. Reflects the actual validation constraint used by the system. 📌 Why This Matters The previous limit (32 characters) was misleading and could cause unnecessary client-side restrictions. This fix ensures users and developers have accurate information for implementing sign-up forms. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 21:13:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#30008