##// END OF EJS Templates
pull-requests: increase stability of concurrent pull requests creation by flushing prematurly the statuses of commits....
pull-requests: increase stability of concurrent pull requests creation by flushing prematurly the statuses of commits. This is required to increase the versions on each concurrent call. Otherwise we could get into an integrity errors of commitsha+version+repo

File last commit:

r3290:ac4e4e5a default
r3408:2a133f7e stable
Show More
adding-anonymous-user.rst
22 lines | 1018 B | text/x-rst | RstLexer
/ docs / admin / adding-anonymous-user.rst
project: added all source files and assets
r1 .. _permissions-info-anon-ref:
Anonymous Users
---------------
docs: added SAML documentation....
r3290 By default, |RCE| provides |repo| access for registered users only. It can be
project: added all source files and assets
r1 configured to be **world-open** in terms of read and write permissions. This
docs: added SAML documentation....
r3290 configuration is called "Anonymous Access" and allows |RCE| to be used as a
project: added all source files and assets
r1 public hub where unregistered users have access to your |repos|.
Anonymous access is useful for open source projects, universities,
or if running inside a restricted internal corporate network to serve
documents to all employees. Anonymous users get the default user permission
docs: added SAML documentation....
r3290 settings that are applied across the whole |RCE| system.
project: added all source files and assets
r1
To enable anonymous access to your |repos|, use the following steps:
docs: added SAML documentation....
r3290 1. From the |RCE| interface, select :menuselection:`Admin --> Permissions`.
project: added all source files and assets
r1 2. On the Application tab, check the :guilabel:`Allow anonymous access` box.
3. Select :guilabel:`Save`.
4. To set the anonymous user access permissions, which are based on the
default user settings, see :ref:`permissions-default-ref`.