mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-06 03:01:21 -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.