##// END OF EJS Templates
fix(configs): removed waitress as a default runner for web service on development....
fix(configs): removed waitress as a default runner for web service on development. One of the big issues discovered receantly was due to waitress vs gunicorn differences on handling requests. Since gunicorn has a nice dev mode with code reloader we should use it as a default runner so we can avoid such issues in the past where dev setup runned different workers than production.

File last commit:

r3658:b7b32afd default
r5413:b4277c11 default
Show More
user-admin.rst
24 lines | 795 B | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _user-admin-set:
User Administration
===================
docs: added SAML documentation....
r3290 |RCE| enables you to define permissions for the following entities within the
project: added all source files and assets
r1 system; **users**, **user groups**, **repositories**, **repository groups**.
Within each one of these entities you can set default settings,
and then all users or |repos| inherit those default permission settings
unless individually defined. Each of these entities can have the following
permissions applied to it; |perm|.
.. toctree::
docs: personal repo group manual set instructions
r3658 user_admin/public-access
user_admin/default-user-perms
user_admin/adding-anonymous-user
user_admin/adding-new-user
user_admin/setting-default-permissions
user_admin/setting-usergroup-permissions
user_admin/user-admin-tasks
project: added all source files and assets
r1
docs: personal repo group manual set instructions
r3658 .. |perm| replace:: **None**, **Read**, **Write**, or **Admin**