Add option to disable password authorization flow
This commit is contained in:
committed by
Jason Volk
parent
591014c190
commit
1a434443b9
@@ -810,6 +810,14 @@
|
||||
#
|
||||
#login_via_token = true
|
||||
|
||||
# Whether to enable login using traditional user/password authorization
|
||||
# flow.
|
||||
#
|
||||
# Set this option to false if you intend to allow logging in only using
|
||||
# other mechanisms, such as SSO.
|
||||
#
|
||||
#login_with_password = true
|
||||
|
||||
# Login token expiration/TTL in milliseconds.
|
||||
#
|
||||
# These are short-lived tokens for the m.login.token endpoint.
|
||||
|
||||
Reference in New Issue
Block a user