Sha256: e7d385f9063f17f79f2ee76b82b8e67e891d19c21f63397f041b5fcb9f5133c2
Contents?: true
Size: 612 Bytes
Versions: 27
Compression:
Stored size: 612 Bytes
Contents
= Migrate users passwords from bcrypt to argon2 or back If you are currently using the default bcrypt password hash algorithm, and want to gradually migrate to the argon2 password hash algorithm, you can use both the argon2 and update_password_hash features: plugin :rodauth do enable :login, :update_password_hash, :argon2 end When a user with a current bcrypt password hash next successfully uses their password, their password hash will be migrated to argon2. If for some reason you want to migrate back from argon2 to bcrypt, you can set <tt>use_argon2? false</tt> in your Rodauth configuration.
Version data entries
27 entries across 27 versions & 1 rubygems