Closed nbrinckm closed 1 year ago
I changed the user creation in the backend.
Now it is only possible to set the user with the env variables BACKEND_USER_EMAIL and BACKEND_USER_PASSWORD. The registration api is now deactivated.
BACKEND_USER_EMAIL
BACKEND_USER_PASSWORD
Rest of the changes is a bit refactoring (password handling, configuration handling).
See https://github.com/riesgos/async/issues/62
@MichaelLangbein Feel free to make the changes on the frontend & on the deployment for TUM.
I changed the user creation in the backend.
Now it is only possible to set the user with the env variables
BACKEND_USER_EMAIL
andBACKEND_USER_PASSWORD
. The registration api is now deactivated.Rest of the changes is a bit refactoring (password handling, configuration handling).