Skip to content

Commit

Permalink
clarify auth.providers example
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed May 29, 2018
1 parent ba1f5ef commit d0519d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ site: {

# The authentication provider to use for identifying and signing in users. Only one entry is supported.
#
# The builtin auth provider (show in the default value) with signup disallowed means that after the initial site admin signs in, all other users must be invited.
# The builtin auth provider with signup disallowed (shown below) means that after the initial site admin signs in, all other users must be invited.
#
"auth.providers": [{"type": "builtin", "allowSignup": false}],

Expand Down

0 comments on commit d0519d7

Please sign in to comment.