mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-12 23:30:35 +00:00
feat(auth): make password encryption opt-in #6743
This commit is contained in:
@@ -60,6 +60,7 @@ var ItemsPerPage = 10
|
||||
var MaxRecentItems = 1000
|
||||
|
||||
var PasswordLoginEnabled = true
|
||||
var PasswordLoginEncryptionEnabled = false
|
||||
var PasswordRegisterEnabled = true
|
||||
var EmailVerificationEnabled = false
|
||||
var GitHubOAuthEnabled = false
|
||||
|
||||
Reference in New Issue
Block a user