Commit e44dde3f by Steve Kreitzer

Fixing issue 13855

parent add2e444
...@@ -100,12 +100,12 @@ display name, especially if the display name contains spaces or special ...@@ -100,12 +100,12 @@ display name, especially if the display name contains spaces or special
characters. Make sure you always use the group or subgroup name as it appears characters. Make sure you always use the group or subgroup name as it appears
in the URL of the group or subgroup. in the URL of the group or subgroup.
Here's a complete example with `alloed_sign_up` enabled, and access limited to Here's a complete example with `allow_sign_up` enabled, and access limited to
the `example` and `foo/bar` groups: the `example` and `foo/bar` groups:
```ini ```ini
[auth.gitlab] [auth.gitlab]
enabled = false enabled = true
allow_sign_up = true allow_sign_up = true
client_id = GITLAB_APPLICATION_ID client_id = GITLAB_APPLICATION_ID
client_secret = GITLAB_SECRET client_secret = GITLAB_SECRET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment