Acceptance Criteria:
Given I have an artist account and have forgot my password
When I request a password reset
Then I should receive an email with a link and reset instructions
And I can create a new password thought the provided link
Acceptance Test:
Navigate to /forgot-password page
Enter the register email and verify I receive a reset email
Open the link and I can enter a new password
Login with the old password and verify access denied
Login with the new password and verify access successfully