diff options
author | Dravere <floriangraf@gmx.ch> | 2016-07-06 19:46:41 +0200 |
---|---|---|
committer | Dravere <floriangraf@gmx.ch> | 2016-07-07 19:21:18 +0200 |
commit | a0a9494e4e6db3cfcdecae0a7e9c2877432fa30b (patch) | |
tree | d9a0ef27d88d3c5ae6492ddede5827f98633bd03 /doc/permissions | |
parent | 062c7a30742d617d8d0939c3bb6ba733919fe00b (diff) | |
download | gitlab-ce-a0a9494e4e6db3cfcdecae0a7e9c2877432fa30b.tar.gz |
Added setting to set new users by default as external
As requested by the issue #14508 this adds an option in the application
settings to set newly registered users by default as external. The
default setting is set to false to stay backward compatible.
Diffstat (limited to 'doc/permissions')
-rw-r--r-- | doc/permissions/permissions.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/permissions/permissions.md b/doc/permissions/permissions.md index 963b35de3a0..44f3f6d3b12 100644 --- a/doc/permissions/permissions.md +++ b/doc/permissions/permissions.md @@ -99,3 +99,6 @@ An administrator can flag a user as external [through the API](../api/users.md) or by checking the checkbox on the admin panel. As an administrator, navigate to **Admin > Users** to create a new user or edit an existing one. There, you will find the option to flag the user as external. + +By default new users are not set as external users. This behavior can be changed +by an administrator under **Admin > Application Settings**.
\ No newline at end of file |