##// END OF EJS Templates
authentication: introduce a group sync flag for plugins....
authentication: introduce a group sync flag for plugins. - we'll skip any syncing on plugins which simply don't get any group information - we let plugins define if they wish to sync groups - prevent from odd cases in which someone sets user groups as syncing, and using regular plugin. In this case memebership of that group would be wiped, and it's generaly bad behaviour.

File last commit:

r2423:ce5d852c default
r2495:4f076134 default
Show More
.coveragerc
16 lines | 180 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/*
omit =
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
[report]
exclude_lines =
raise NotImplementedError