riesgos / async

0 stars 0 forks source link

Set the user by env variables and remove registration api #64

Closed nbrinckm closed 1 year ago

nbrinckm commented 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.

Rest of the changes is a bit refactoring (password handling, configuration handling).

nbrinckm commented 1 year ago

See https://github.com/riesgos/async/issues/62

nbrinckm commented 1 year ago

@MichaelLangbein Feel free to make the changes on the frontend & on the deployment for TUM.