Skip to content
Simple Accounting
Search
K
Main Navigation
Home
Appearance
Menu
Return to top
Scenario 2.3. Update Password
Scenarios
Success Scenarios
2.3.S1. User successfully update password.
Failure Scenarios
2.3.F1. User isn't authenticated.
2.3.F2. The required field is empty.
2.3.F3. Password is not strong enough.
2.3.F4. Password confirmation is not match.
2.3.F1. User isn't authenticated.
GIVEN
user visit
/my-account/update-password
url without signin
THEN
user redirected to
Sign In
page