Add initial user seeding #19
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should implement a script that automaticly seeds a standard admin user and group into the database on first start.
This is needed in order to actually deploy the project as soon as auth is required for all admin related routes.
This also has to get implemented before we provide any kind of demo instance.
Research shows this has to be implemented via migrations, I'm gonna look into it
let's review this over in #26