Beispiel #1
0
def __get_userid_from_activation_code(code):
    # Get userid linked with act code
    # Return: str
    return MySQL.get_userid_linked_to_act_code(code)
Beispiel #2
0
def __get_userid_from_activation_code(code):
    # Get userid linked with act code
    # Return: str
    return MySQL.get_userid_linked_to_act_code(code)