Mercurial > public > src > rhodecode
diff pylons_app/lib/auth.py @ 265:0e5455fda8fd
Implemented basic repository managment. Implemented repo2db mappings, model, helpers updates and code cleanups
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Mon, 07 Jun 2010 00:18:33 +0200 |
parents | 3782a6d698af |
children | d303aacb3349 |
line wrap: on
line diff
--- a/pylons_app/lib/auth.py Sun Jun 06 23:35:21 2010 +0200 +++ b/pylons_app/lib/auth.py Mon Jun 07 00:18:33 2010 +0200 @@ -65,6 +65,7 @@ A simple object that handles a mercurial username for authentication """ username = 'None' + user_id = None is_authenticated = False is_admin = False permissions = set()