mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +08:00
option to disable password login
This commit is contained in:
@@ -266,13 +266,13 @@ func init() {
|
||||
"options": {
|
||||
"allowEmailAuth": true,
|
||||
"allowOAuth2Auth": true,
|
||||
"allowUsernameAuth": true,
|
||||
"allowUsernameAuth": false,
|
||||
"exceptEmailDomains": null,
|
||||
"manageRule": null,
|
||||
"minPasswordLength": 8,
|
||||
"onlyEmailDomains": null,
|
||||
"onlyVerified": false,
|
||||
"requireEmail": false
|
||||
"onlyVerified": true,
|
||||
"requireEmail": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user