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

« back to all changes in this revision

Viewing changes to ivle/webapp/userservice/__init__.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:
370
370
    # entered old password and it authenticates.
371
371
    if fields.getfirst('password') is not None:
372
372
        try:
373
 
            authenticate.authenticate(req.store, login, oldpassword)
 
373
            authenticate.authenticate(req.config, req.store, login,
 
374
                                      oldpassword)
374
375
        except AuthError:
375
376
            # XXX: Duplicated!
376
377
            req.headers_out['X-IVLE-Action-Error'] = \