##// END OF EJS Templates
authentication: register global shared session key used for external authentication session data storeage....
authentication: register global shared session key used for external authentication session data storeage. - We'll have more plugins not only oauth so this should be a constant name, instead of repating the same name all over the code.

File last commit:

r1998:2561e110 default
r3247:3c175ca2 default
Show More
user_group_edit_perms_summary.mako
3 lines | 218 B | application/x-mako | MakoHtmlLexer
/ rhodecode / templates / admin / user_groups / user_group_edit_perms_summary.mako
## permissions overview
<%namespace name="p" file="/base/perms_summary.mako"/>
${p.perms_summary(c.permissions, side_link=h.route_path('edit_user_group_perms_summary_json', user_group_id=c.user_group.users_group_id))}