[User Testing] User Password Reset
About
- Feature:
User Password Reset - Route:
https://localhost:8444/passreset
Checklist
-
This feature testing stage has been completed.
Description
NOTE: This route cannot be tested on https://aur-dev.archlinux.org because account registration hands out a reset key that must be obtained to continue. It must be tested on a local Docker instance.
This route should functionally behave the same between fastapi and php when compared.
Additionally, users should, after passreset, retrieve the relevant Users.ResetKey from mariadb: mysql -h127.0.0.1 -P13306 -uaur -paur aurweb -e "SELECT ResetKey FROM Users WHERE Username = 'your_user'".
The ResetKey can then be passed to /passreset?resetkey=<your_key> to perform a password reset.
Relates to: #155 (closed)
Reporters
Following is a list of reporters who have contributed to helping test this feature which is updated as feedback is provided.
| Name | GitLab User |
|---|---|
| Kevin Morris | @kevr |