security (module)

Classes

zip

zip(*iterables) –> zip object

Functions

get_users_and_groups(request)

Get the users and groups from the database

groupfinder(userid, request)

*If the userid exists in the system, it will return a sequence of group identifiers (or an empty sequence if the user isn’t a member of any groups).

Sub-modules

get_users_and_groups(request)

Get the users and groups from the database

groupfinder(userid, request)

*If the userid exists in the system, it will return a sequence of group identifiers (or an empty sequence if the user isn’t a member of any groups).

zip

zip(*iterables) –> zip object

get_users_and_groups(request)[source]

Get the users and groups from the database

groupfinder(userid, request)[source]

If the userid exists in the system, it will return a sequence of group identifiers (or an empty sequence if the user isn’t a member of any groups). If the userid does not exist in the system, it will return ``None``.