Changeset 1224

Show
Ignore:
Timestamp:
11/27/03 00:35:32 (20 years ago)
Author:
jalet
Message:

Added a bit of code to support the setting of the user's email address
which was ignored during writes for now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/ldapstorage.py

    r1204 r1224  
    2222# 
    2323# $Log$ 
     24# Revision 1.39  2003/11/26 23:35:32  jalet 
     25# Added a bit of code to support the setting of the user's email address 
     26# which was ignored during writes for now. 
     27# 
    2428# Revision 1.38  2003/11/24 09:54:06  jalet 
    2529# Small fix for LDAP when pykotaOptions attribute wasn't present. 
     
    558562                       "pykotaLifeTimePaid" : str(user.LifeTimePaid or 0.0), 
    559563                    }    
     564        if user.Email : 
     565            newfields.update({self.info["usermail"]: user.Email}) 
    560566        mustadd = 1 
    561567        if self.info["newuser"].lower() != 'below' :