##// END OF EJS Templates
repo-permissions: moved permissions into pyramid....
repo-permissions: moved permissions into pyramid. - fix issues when added new perms changed those already in the form - fixed issue with default user overriding permissions when private repos where turned on. - Two above are not security issues, but rather making the behaviour more consistent.

File last commit:

r1282:90601d74 default
r1734:ddacc559 default
Show More
my_account_perms.mako
5 lines | 172 B | application/x-mako | MakoHtmlLexer
## permissions overview
<div id="perms_container">
<%namespace name="p" file="/base/perms_summary.mako"/>
${p.perms_summary(c.perm_user.permissions, actions=False)}
</div>