LiJunjie

Results 1 issues of LiJunjie

## How to reproduce the bug change the `config/initializers/sorcery.rb` as below: ``` user.stretches = 10 user.encryption_algorithm = :sha512 ``` In rails console, create a user with password, for example 'secretpass'...