Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disallow too long passwords for users.
Devise default hashing algorithm Bcrypt uses only 72 bytes of data in order to create a password hash. Rest of it is truncated, leading to some potential serious security vulnerabilities.
- Loading branch information