* Replace password field by password_hash * Add User#password attribute * Implement password hashing and verification with BCrypt mixin
1.2 KiB
1.2 KiB
* Replace password field by password_hash * Add User#password attribute * Implement password hashing and verification with BCrypt mixin