openstreetmap-website/test/controllers
Andy Allan 4e237db390 Be paranoid when sending password reset emails
This implements what is known as "paranoid" password reset flash
messages (using the terminology from Devise). It avoids revealing
whether the supplied email address is already registered.

Added an explicit test for this situation, so that the test for
email non-existance is separate from the duplicate-case tests.
2024-03-02 15:48:54 +00:00
..
api Fix rubocop warnings 2024-02-25 14:17:05 +00:00
accounts_controller_test.rb Disallow account deletion after confirmation 2023-11-22 17:37:04 +03:00
browse_controller_test.rb Merge remote-tracking branch 'upstream/pull/4324' 2024-03-01 19:23:51 +00:00
changeset_comments_controller_test.rb Refactor some more controller tests 2020-04-22 16:45:16 +02:00
changesets_controller_test.rb Move changeset created/closed popup/feed strings to changesets locale 2024-03-01 10:48:30 +03:00
confirmations_controller_test.rb Use rails tokens for signup confirmations 2024-02-24 13:53:05 +00:00
dashboards_controller_test.rb Remove the contact-activity class 2021-11-03 18:35:42 +00:00
diary_entries_controller_test.rb Add diary entry subscribe/unsubscribe GET pages 2024-02-17 05:43:13 +03:00
directions_controller_test.rb Refactor some more controller tests 2020-04-22 16:45:16 +02:00
errors_controller_test.rb Refactor some more controller tests 2020-04-22 16:45:16 +02:00
export_controller_test.rb Refactor more controller tests 2020-04-26 20:33:06 +01:00
friendships_controller_test.rb Prefer find_by() instead of where().first 2023-10-04 17:53:58 +01:00
geocoder_controller_test.rb Remove some search/directions custom css 2023-10-20 16:58:59 +03:00
issue_comments_controller_test.rb Refactor more controller tests 2020-04-26 20:33:06 +01:00
issues_controller_test.rb Fix new rubocop warnings 2022-03-15 19:24:09 +00:00
messages_controller_test.rb Use with_settings for temporary changes to settings 2024-02-01 18:37:28 +00:00
notes_controller_test.rb Add closed_by attribute to :closed note factory trait 2024-01-05 13:04:06 +03:00
oauth2_applications_controller_test.rb Fix minor HTML tag mismatches 2022-03-05 02:44:59 +00:00
oauth2_authorizations_controller_test.rb Update expected response for doorkeeper errors 2023-11-28 18:35:11 +00:00
oauth2_authorized_applications_controller_test.rb Only show granted permissions in the authorized application list 2023-07-30 20:35:13 +01:00
oauth_clients_controller_test.rb Allow registration of OAuth 1.0 applications to be disabled 2024-01-31 19:18:16 +00:00
oauth_controller_test.rb Refactor more controller tests 2020-04-26 22:56:18 +01:00
old_nodes_controller_test.rb Add links to reveal/hide redacted version data 2024-03-01 14:23:04 +03:00
old_relations_controller_test.rb Add links to reveal/hide redacted version data 2024-03-01 14:23:04 +03:00
old_ways_controller_test.rb Add links to reveal/hide redacted version data 2024-03-01 14:23:04 +03:00
passwords_controller_test.rb Be paranoid when sending password reset emails 2024-03-02 15:48:54 +00:00
preferences_controller_test.rb Facelift offline.html and use Bootstrap classes for "notifications" 2023-03-26 13:57:51 +03:00
profiles_controller_test.rb Facelift offline.html and use Bootstrap classes for "notifications" 2023-03-26 13:57:51 +03:00
redactions_controller_test.rb Refactor more controller tests 2020-04-26 22:56:18 +01:00
reports_controller_test.rb Report verification render not redirect 2022-05-04 19:42:36 +01:00
sessions_controller_test.rb Use rails tokens for signup confirmations 2024-02-24 13:53:05 +00:00
site_controller_test.rb Move changeset show action to changesets controller 2024-03-01 10:48:30 +03:00
traces_controller_test.rb Prefer find_by() instead of where().first 2023-10-04 17:53:58 +01:00
user_blocks_controller_test.rb Add revoke all blocks action 2024-01-07 15:15:28 +03:00
user_mutes_controller_test.rb Add tests & factories for UserMute feature 2023-12-19 12:57:47 -05:00
user_roles_controller_test.rb Refactor more controller tests 2020-04-27 22:24:28 +01:00
users_controller_test.rb Use rails tokens for signup confirmations 2024-02-24 13:53:05 +00:00