mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
BCrypt has a limit of 72 characters for the password. Anything beyond 72 characters is truncated. This commit updates the validation to limit passwords to less than 72 characters, keeping within the limitation.