コード例 #1
0
 def is_password_set(self, repo_id, username):
     return seafserv_rpc.is_passwd_set(repo_id, username)
コード例 #2
0
ファイル: api.py プロジェクト: miurahr/seafile
 def is_password_set(self, repo_id, username):
     return seafserv_rpc.is_passwd_set(repo_id, username)
コード例 #3
0
ファイル: api.py プロジェクト: jason88888/seafile-server
 def is_password_set(self, repo_id, username):
     """
     Return non-zero if True, otherwise 0.
     """
     return seafserv_rpc.is_passwd_set(repo_id, username)
コード例 #4
0
ファイル: api.py プロジェクト: airbai/seafile
 def is_password_set(self, repo_id, username):
     """
     Return non-zero if True, otherwise 0.
     """
     return seafserv_rpc.is_passwd_set(repo_id, username)