Visual-Regression-Tracker / backend

Apache License 2.0
12 stars 12 forks source link

🩹 Fix unconditional creation of default user #295

Closed s-weigand closed 3 months ago

s-weigand commented 3 months ago

This change fixes the unconditional creation of the default user. The new behavior is that the default user is only created if there is no other active admin user (empty db or accidental lockout due to user error).

closes #273

Also thanks a lot for this project 😃

pashidlos commented 3 months ago

@s-weigand awesome job! invited you into organisation thus you could create PRs and don't have issue with running sonar on forks thanks for contribution!

pashidlos commented 3 months ago

moved to https://github.com/Visual-Regression-Tracker/backend/pull/296