Changeset 937 for LATMOS-Accounts


Ignore:
Timestamp:
04/25/12 15:51:27 (12 years ago)
Author:
nanardon
Message:

Fix password validation

Call internal get_field function to fetch userPassword since this attribute is
not readable from user point of view.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Bases.pm

    r933 r937  
    750750    } 
    751751 
    752     my $password = $uobj->_get_c_field('userPassword') or do { 
     752    my $password = $uobj->get_field('userPassword') or do { 
    753753        la_log(LA_ERR, "Cannot authenticate user $username having no passwd"); 
    754754        return; 
Note: See TracChangeset for help on using the changeset viewer.