##// 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:

r1169:66ac4b2d default
r2192:a51e727d stable
Show More
repo-group-methods.rst
358 lines | 10.1 KiB | text/x-rst | RstLexer
/ docs / api / methods / repo-group-methods.rst

repo_group methods

create_repo_group

delete_repo_group

get_repo_group

get_repo_groups

grant_user_group_permission_to_repo_group

grant_user_permission_to_repo_group

revoke_user_group_permission_from_repo_group

revoke_user_permission_from_repo_group

update_repo_group