コード例 #1
0
ファイル: api.py プロジェクト: jason88888/seafile-server
 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)
コード例 #2
0
ファイル: api.py プロジェクト: airbai/seafile
 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)