Commit 9a518828 authored by Jérome Perrin's avatar Jérome Perrin

administration: sort user groups in Base_viewSecurity

parent f1e4e1c3
......@@ -30,7 +30,7 @@ for permission in [
print
try:
print "User groups:\n", pformat(u.getGroups())
print "User groups:\n", pformat(sorted(u.getGroups()))
except AttributeError:
print 'no getGroups'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment