##// END OF EJS Templates
security: limit the maximum password lenght to 72 characters to prevent possible...
security: limit the maximum password lenght to 72 characters to prevent possible server side resource consumption attack. - bcrypt heavy computation can lead to DOS using a very long password .eg 10**8 lenght. - we allowed this on registration or on password update

File last commit:

r1:854a839a default
r2128:f22a9ea9 default
Show More
user-admin.rst
22 lines | 696 B | text/x-rst | RstLexer

User Administration

|RCM| enables you to define permissions for the following entities within the 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; None, Read, Write, or Admin.