pcmt/app
leo 6ce05ea74d
All checks were successful
continuous-integration/drone/push Build is passing
feat: add initial admin user creation
have the app create the initial admin user:
* if the db has not yet been set up
* if there are not users
* if the config value for Init.CreateAdmin is True
* if the admin password is not empty

default username, email values can be seen in modules/user/const.go
2023-05-21 18:50:41 +02:00
..
settings feat: add initial admin user creation 2023-05-21 18:50:41 +02:00
app.go feat: add license headers (+spdx id) 2023-05-20 20:15:57 +02:00
assets.go feat: add license headers (+spdx id) 2023-05-20 20:15:57 +02:00
echoSettings.go feat: bump configuration schema to 0.0.1-rc.2 2023-05-21 12:44:18 +02:00
error.go feat: add license headers (+spdx id) 2023-05-20 20:15:57 +02:00
routes_test.go feat: bump configuration schema to 0.0.1-rc.2 2023-05-21 12:44:18 +02:00
routes.go feat: add license headers (+spdx id) 2023-05-20 20:15:57 +02:00