Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 262015ce authored by GARNIER Laurent's avatar GARNIER Laurent
Browse files

Update __init__.py

parent 605af789
No related branches found
No related tags found
1 merge request!5Jupyter token 2021
...@@ -51,7 +51,7 @@ class Init: ...@@ -51,7 +51,7 @@ class Init:
""" """
if not API_token_valid: if not API_token_valid:
API_token = get_random_string(length=32) API_token = get_random_string(length=32)
msg += "Sign in with your existing https://allgo18.inria.fr/accounts/login/?token=" + API_token+ " A||GO account \n" msg = "Sign in with your existing https://allgo18.inria.fr/accounts/login/?token=" + API_token+ " A||GO account \n"
print(msg) print(msg)
else: else:
# FIXME : Have to check that the user is register # FIXME : Have to check that the user is register
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment