~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/security/views.py

  • Committer: William Grant
  • Date: 2009-05-27 06:36:58 UTC
  • Revision ID: grantw@unimelb.edu.au-20090527063658-46rcvgh23qlxno87
No more ivle.conf in ivle.auth.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
                else:
102
102
                    user = None
103
103
                    try:
104
 
                        user = authenticate.authenticate(req.store,
 
104
                        user = authenticate.authenticate(req.config, req.store,
105
105
                                    username.value, password.value)
106
106
                    except AuthError, msg:
107
107
                        badlogin = msg