##// END OF EJS Templates
packaging: switched to nix 20.03 packages and latest pip2nix code...
packaging: switched to nix 20.03 packages and latest pip2nix code - dependencies changed: atomicwrites==1.4.0 ipython==5.10.0 pytest==4.6.9 py==1.8.1 pytest-cov==2.8.1 pytest-sugar==0.9.3 pytest-runner==5.2.0 rhodecode-tools==2.0.0 ipython==5.10.0 mysqlclient==1.4.6 (change from mysql-python, which is deprecated) mako==1.1.2 lxml==4.5.0 click==7.1.2

File last commit:

r3658:b7b32afd default
r4756:2a5b3f8a python3
Show More
adding-anonymous-user.rst
22 lines | 1018 B | text/x-rst | RstLexer
/ docs / admin / user_admin / adding-anonymous-user.rst

Anonymous Users

By default, |RCE| provides |repo| access for registered users only. It can be configured to be world-open in terms of read and write permissions. This configuration is called "Anonymous Access" and allows |RCE| to be used as a 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 settings that are applied across the whole |RCE| system.

To enable anonymous access to your |repos|, use the following steps:

  1. From the |RCE| interface, select :menuselection:`Admin --> Permissions`.
  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`.