mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-22 23:24:07 +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
|
|
@ -32,3 +32,9 @@ Then "I should be an admin" do
|
|||
# just check on the presence of the menu item for managing users
|
||||
Then "I should see \"Manage users\""
|
||||
end
|
||||
|
||||
When /^I change my password to "([^"]*)"$/ do |password|
|
||||
Then 'I should be on the change password page'
|
||||
%w{new confirm}.each { |name| fill_in name + ' password', :with => password }
|
||||
click_button
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue