Example #1
0
 def validate_emailuser(self, email, passwd):
     """
     Verify user's password on login. Can be used to verify DB and LDAP users.
     The function first verify password with LDAP, then local database.
     """
     return ccnet_threaded_rpc.validate_emailuser(email, passwd)
Example #2
0
 def validate_emailuser(self, email, passwd):
     """
     Verify user's password on login. Can be used to verify DB and LDAP users.
     The function first verify password with LDAP, then local database.
     """
     return ccnet_threaded_rpc.validate_emailuser(email, passwd)