diff rhodecode/controllers/admin/users_groups.py @ 1117:6eb5bb24a948 beta

Major rewrite of auth objects. Moved parts of filling user data into user model. Rewrote AuthUser adding access by api key.
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 09 Mar 2011 16:34:29 +0100
parents f6658c70eeeb
children 6832ef664673
line wrap: on
line diff
--- a/rhodecode/controllers/admin/users_groups.py	Sun Mar 06 00:06:28 2011 +0100
+++ b/rhodecode/controllers/admin/users_groups.py	Wed Mar 09 16:34:29 2011 +0100
@@ -36,8 +36,7 @@
 
 from rhodecode.lib.exceptions import DefaultUserException, UserOwnsReposException
 from rhodecode.lib import helpers as h
-from rhodecode.lib.auth import LoginRequired, HasPermissionAllDecorator, \
-    fill_perms
+from rhodecode.lib.auth import LoginRequired, HasPermissionAllDecorator
 from rhodecode.lib.base import BaseController, render
 
 from rhodecode.model.db import User, UsersGroup