Ran
|
Jobs
5
|
Files
14
|
Run time
3min
|
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%)
4.65 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 391.1 | 14 |
94.79 |
Travis Job 391.1 | |
2 | 391.2 | 14 |
94.79 |
Travis Job 391.2 | |
3 | 391.3 | 14 |
94.79 |
Travis Job 391.3 | |
4 | 391.4 | 14 |
94.79 |
Travis Job 391.4 | |
5 | 391.5 | 14 |
86.11 |
Travis Job 391.5 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|