feat: Custom registration page override.
This MR allows the registration page to be replaced with an offsite URL if desired.
Supporting information
Merge deadline
"None" if there's no rush, "ASAP" if it's critical, or provide a specific date if there is one.
Testing instructions
Step by step procedure
-
make
to get yourself a copy of Listaflow. - Edit
frontend/.env.local
and add theREACT_APP_REGISTRATION_URL
environment variable, overwriting with a preferred URL. make stop && make up
- Visit
https://localhost:3000/
and click the 'Sign up' button in the upper right. Verify it goes to the override. - Visit the login page. Check the sign up link there and verify it goes to the right location.
- Unset the variable.
make stop && make up
- Verify the links show the normal reg page again.
Author notes and concerns
None or note it here
Edited by Fox Danger Piacenti