mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
add a setup screen to create the first admin user
If you prefer to auto-create the first admin you can enable the "create_default_admin" configuration key and SFTPGo will work as before. You can also create the first admin by loading initial data: now you can set both username and password, before you could only change the password
This commit is contained in:
@@ -176,7 +176,8 @@
|
||||
},
|
||||
"password_caching": true,
|
||||
"update_mode": 0,
|
||||
"skip_natural_keys_validation": false
|
||||
"skip_natural_keys_validation": false,
|
||||
"create_default_admin": false
|
||||
},
|
||||
"httpd": {
|
||||
"bindings": [
|
||||
|
||||
Reference in New Issue
Block a user