Changeset 1243


Ignore:
Timestamp:
04/15/14 15:48:28 (10 years ago)
Author:
nanardon
Message:

fix login parameter name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Controller/Root.pm

    r1241 r1243  
    4343    } else { 
    4444        # No need to login for About section 
    45         if (!$c->authenticate({ username => $c->req->param('login'), password => 
     45        if (!$c->authenticate({ username => $c->req->param('username'), password => 
    4646                    $c->req->param('password') }, 'la')) { 
    4747            $c->forward('auth_required'); 
Note: See TracChangeset for help on using the changeset viewer.