Ran
|
Files
14
|
Run time
8s
|
Badge
Embed ▾
README BADGES
|
travis-ci
Fix verify_password to check passwords more consistantly When verifying a password, the incoming password should be salted whenever the stored password is not 'plaintext'. The decision to salt when verifying existing passwords should not depend on the current value of SECURITY_PASSWORD_HASH, as that may have changed since the password was stored. Commit 510d1356a already fixed this issue for verify_and_update_password. This makes verify_password work in the same way. Also fix a minor spelling error in documentation.
1092 of 1152 relevant lines covered (94.79%)
0.95 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|