deploy: 053ca5f3ca
parent
6083313a41
commit
d9f700fe9b
|
@ -5549,7 +5549,10 @@ validation will fail without configuring audiences.</li>
|
||||||
<p>Use this setting to enable password-based logins. </p>
|
<p>Use this setting to enable password-based logins. </p>
|
||||||
<p>This setting has the following sub-options:</p>
|
<p>This setting has the following sub-options:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>enabled</code>: Defaults to true.</li>
|
<li><code>enabled</code>: Defaults to true.
|
||||||
|
Set to false to disable password authentication.
|
||||||
|
Set to <code>only_for_reauth</code> to allow users with existing passwords to use them
|
||||||
|
to log in and reauthenticate, whilst preventing new users from setting passwords.</li>
|
||||||
<li><code>localdb_enabled</code>: Set to false to disable authentication against the local password
|
<li><code>localdb_enabled</code>: Set to false to disable authentication against the local password
|
||||||
database. This is ignored if <code>enabled</code> is false, and is only useful
|
database. This is ignored if <code>enabled</code> is false, and is only useful
|
||||||
if you have other <code>password_providers</code>. Defaults to true. </li>
|
if you have other <code>password_providers</code>. Defaults to true. </li>
|
||||||
|
@ -8336,7 +8339,9 @@ sso:
|
||||||
|
|
||||||
|
|
||||||
password_config:
|
password_config:
|
||||||
# Uncomment to disable password login
|
# Uncomment to disable password login.
|
||||||
|
# Set to `only_for_reauth` to permit reauthentication for users that
|
||||||
|
# have passwords and are already logged in.
|
||||||
#
|
#
|
||||||
#enabled: false
|
#enabled: false
|
||||||
|
|
||||||
|
|
|
@ -2216,7 +2216,9 @@ sso:
|
||||||
|
|
||||||
|
|
||||||
password_config:
|
password_config:
|
||||||
# Uncomment to disable password login
|
# Uncomment to disable password login.
|
||||||
|
# Set to `only_for_reauth` to permit reauthentication for users that
|
||||||
|
# have passwords and are already logged in.
|
||||||
#
|
#
|
||||||
#enabled: false
|
#enabled: false
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2594,7 +2594,10 @@ validation will fail without configuring audiences.</li>
|
||||||
<p>Use this setting to enable password-based logins. </p>
|
<p>Use this setting to enable password-based logins. </p>
|
||||||
<p>This setting has the following sub-options:</p>
|
<p>This setting has the following sub-options:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>enabled</code>: Defaults to true.</li>
|
<li><code>enabled</code>: Defaults to true.
|
||||||
|
Set to false to disable password authentication.
|
||||||
|
Set to <code>only_for_reauth</code> to allow users with existing passwords to use them
|
||||||
|
to log in and reauthenticate, whilst preventing new users from setting passwords.</li>
|
||||||
<li><code>localdb_enabled</code>: Set to false to disable authentication against the local password
|
<li><code>localdb_enabled</code>: Set to false to disable authentication against the local password
|
||||||
database. This is ignored if <code>enabled</code> is false, and is only useful
|
database. This is ignored if <code>enabled</code> is false, and is only useful
|
||||||
if you have other <code>password_providers</code>. Defaults to true. </li>
|
if you have other <code>password_providers</code>. Defaults to true. </li>
|
||||||
|
|
|
@ -2372,7 +2372,9 @@ sso:
|
||||||
|
|
||||||
|
|
||||||
password_config:
|
password_config:
|
||||||
# Uncomment to disable password login
|
# Uncomment to disable password login.
|
||||||
|
# Set to `only_for_reauth` to permit reauthentication for users that
|
||||||
|
# have passwords and are already logged in.
|
||||||
#
|
#
|
||||||
#enabled: false
|
#enabled: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue