Searched refs:users (Results 1 - 2 of 2) sorted by relevance

/ec/ECReviewBox/content/
H A DECReviewBox.py94 description = """Shows users and allocated assignments from the referenced box""",
197 isn't in the list of enabled users.
238 users = []
248 users.append(creator)
267 # add all users and submission to another list
273 # ensure that 'users' is a list of unique names
274 users = dict(map(lambda i: (i, 1), users)).keys()
275 #log('unique user list: %s' % repr(users))
284 row['user'] = users[
[all...]
/ec/ECSpooler/lib/util/
H A Dauth.py103 def users(self): member in class:UserAuthMD5

Completed in 8 milliseconds