예제 #1
0
def reject_application():
    return Account.reject_application_function()
예제 #2
0
def check_application():
    return Account.check_application_function()
예제 #3
0
def approve_application():
    return Account.approve_application_function()
예제 #4
0
def modify_accInfo():
    return Account.modify_accInfo_function()
예제 #5
0
def get_chatlists():
    return Account.get_chat_list_function()
예제 #6
0
def view_account_application():
    return Account.view_account_application_function()
예제 #7
0
def view_profile():
    return Account.check_application_function()
예제 #8
0
def logout():
    return Account.logout_function()
예제 #9
0
def signup():
    return Account.signup_function()
예제 #10
0
def signin():
    return Account.signin_function()
예제 #11
0
def retrieve_passphrase():
    return Account.retrieve_passphrase_function()
예제 #12
0
def change_passphrase():
    return Account.change_passphrase_function()