mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 13:58:49 +01:00
Users with SHA-1 hashes can reset their passwords
This commit is contained in:
parent
5d3829cfbf
commit
ad1f3b5862
3 changed files with 9 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ Feature: Handling users with deprecated passwords hashes
|
|||
When I go to the homepage
|
||||
Then I should be redirected to the change password page
|
||||
And I should see "You have to reset your password"
|
||||
When I change my password to "newer_better_password"
|
||||
Then I should be redirected to the preference page
|
||||
|
||||
Scenario: A user with BCrypt password
|
||||
Given I have logged in as "new_hash_user" with password "first_secret"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue