As an employee, I would like to be able to set a password, so that I can use my preferred one
Acceptance Criteria
-
The login page now contains a link to a sign up page -
If there is no singular admin user, they are then prompted to give their email (only for when the site is first launched) -
They can then set their password after clicking a link in the email to go to a page -
When there is an admin user the page will just be a standard forgot password feature
Definition of Ready
-
Understood by the team -
Has clear business value -
Is estimated -
Has its dependencies linked -
Is small -
Has its acceptance criteria defined
Definition of Done
-
Built and runs without errors -
Is tested against acceptance criteria -
Demoed to the team -
Documented and commented code -
Pages have some basic styling (if appropriate) -
Has at least 70% code coverage for automated testing -
Uses Selenium to full stack test (if appropriate) -
Has no ESLint errors
Edited by Huw Holman