Skip to content

Scenario 1.5. Forgot Password

1.5.S1. User can request password reset successfully.

  • GIVEN user visit /signin
  • WHEN user click button "forgot-password"

alt text

  • WHEN user type "admin@example.com" into input "email"
  • AND user click button "request-reset-password"

alt text

  • THEN user redirected to home page.

alt text

Released under the MIT License.