Upload files to ''

This commit is contained in:
nodemixaholic 2024-01-30 22:03:32 +00:00
parent 9c6c4c8c80
commit 7fd7017de3

View file

@ -63,8 +63,10 @@ if CONFIG.get("auth", {}).get("cert") is not None:
handles = CONFIG["auth"]["handles"] handles = CONFIG["auth"]["handles"]
user.restore_authentication(auth_keypair, user_id, handles) user.restore_authentication(auth_keypair, user_id, handles)
else: else:
username = input("Username: ") #username = input("Username: ")
password = getpass("Password: ") #password = getpass("Password: ")
username = input("Fake username: ")
password = ""
user.authenticate(username, password) user.authenticate(username, password)