Sylius/features/admin
Mateusz Zalewski 6193a33da8
feature #14153 [Admin][UI][API] Reset password validation (NoResponseMate)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12          |
| Bug fix?        | no                                                       |
| New feature?    | yes                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | -                      |
| License         | MIT                                                          |

Based on #14147

Extracted it to not mix the concepts as the base PR only touches UI, but the validation is for both UI and API.

Commits
-------

6c1336a886 Add administrator password reset ui tests
ad5cf70619 [Admin][UI] Rendering the reset password page
5f845b1c83 Move ResetPassword command and handler into Core
99dd0b2eca [Admin][UI] Password resetting
f430bfb8c2 [Behat][Admin] Better elements' names in ResetPasswordPage
c37d52f999 [Admin][Core] Extract ResetPassword message dispatching to a standalone service
ea77ea005c [Behat] Fix admin's logging in logic
23ef23e223 [Behat][Admin] Fix and cleanup of password resetting
f6ce7838cb Fix sylius.admin.login.before_form event's priorities
53542d27db [Core] Remove "experimental" tag from ResetPassword related classes
ddbfa821e8 [Behat] More precise password changed notification check
0c596f6d41 [Admin][UI] Rework password reset template events
3ede1e5532 [Admin][UI] Add completely forgotten password reset email link
5c320f0ca3 [API][UI] Add validation for expired admin password reset token
fd24b11ee7 [API][UI] Add password validation to admin's password reset workflow
2022-07-21 16:15:41 +02:00
..
being_redirected_to_previous_filtered_page.feature Add test for twig extension to ensure proper path generation 2022-07-21 12:25:23 +02:00
browsing_administration_panel_in_proper_language.feature clean up 2021-04-14 12:05:02 +02:00
dashboard.feature [maintenance]Prepare postgresql pipeline by making behat scenarios de-case-sensitive 2022-06-03 10:37:44 +02:00
dashboard_per_channel.feature [maintenance]Prepare postgresql pipeline by making behat scenarios de-case-sensitive 2022-06-03 10:37:44 +02:00
impersonating_customers.feature behat tests for impersonate user in new tab 2020-04-07 12:52:50 +02:00
placing_order_as_impersonated_customers.feature [maintenance]Prepare postgresql pipeline by making behat scenarios de-case-sensitive 2022-06-03 10:37:44 +02:00
redirecting_on_login_after_being_logout.feature redirecting on login after being logout from administration dashboard 2018-11-20 15:30:51 +01:00
resetting_password.feature [API][UI] Add password validation to admin's password reset workflow 2022-07-21 15:52:29 +02:00
resetting_password_validation.feature [API][UI] Add password validation to admin's password reset workflow 2022-07-21 15:52:29 +02:00
securing_access_to_account_after_using_back_button_after_logging_out.feature [Behat] Add scenarios for securing access to account and dashboard after logging out 2022-03-07 15:43:28 +01:00
sign_in.feature [Behat] Use "When" for user actions where possible 2022-03-11 09:20:29 +01:00
switching_admins_locale.feature Fix locale-related scenarios 2017-02-14 14:47:03 +01:00