Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2019-04-28 19:38:46 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2019-04-30 01:21:00 +0300
commit607659939d1113c2840e7b36eced7d6f0c6c637f (patch)
treea02ebe5d7b7651d43d034a5b2cd9f695f415ed35 /features
parent9d5b981809435b05b06e300a5495a71085e89882 (diff)
Enable paranoid mode for devise
fixes #8001 closes #8003
Diffstat (limited to 'features')
-rw-r--r--features/desktop/change_password.feature4
-rw-r--r--features/mobile/change_password.feature4
2 files changed, 4 insertions, 4 deletions
diff --git a/features/desktop/change_password.feature b/features/desktop/change_password.feature
index 7b30014ec..695193249 100644
--- a/features/desktop/change_password.feature
+++ b/features/desktop/change_password.feature
@@ -25,7 +25,7 @@ Feature: Change password
Given I am on forgot password page
When I fill out forgot password form with "forgetful@users.net"
And I submit forgot password form
- Then I should see "You will receive an email with instructions"
+ Then I should see "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
When I follow the "Change my password" link from the last sent email
When I fill out the password reset form with "supersecret" and "supersecret"
And I submit the password reset form
@@ -49,4 +49,4 @@ Feature: Change password
Given I am on forgot password page
When I fill out forgot password form with "notanemail"
And I submit forgot password form
- Then I should see "No account with this email exists"
+ Then I should see "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
diff --git a/features/mobile/change_password.feature b/features/mobile/change_password.feature
index f3bcdb445..8f7c0c060 100644
--- a/features/mobile/change_password.feature
+++ b/features/mobile/change_password.feature
@@ -27,7 +27,7 @@ Feature: Change password
And I am on forgot password page
When I fill out forgot password form with "forgetful@users.net"
And I submit forgot password form
- Then I should see "You will receive an email with instructions"
+ Then I should see "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
When I follow the "Change my password" link from the last sent email
And I fill out the password reset form with "supersecret" and "supersecret"
And I submit the password reset form
@@ -52,4 +52,4 @@ Feature: Change password
Given I am on forgot password page
When I fill out forgot password form with "notanemail"
And I submit forgot password form
- Then I should see "No account with this email exists"
+ Then I should see "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."