[User Testing] Account Registration
About
- Feature:
Account Registration
- Route:
https://localhost:8444/register
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 registration, 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 set your desired password.
Known Bugs
Todo
- Look into User.InactivityTS and determine how it was used in PHP.
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 |
---|---|
Kristian | @klausenbusk |
Kevin Morris | @kevr |