We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a856e commit 1dd7475Copy full SHA for 1dd7475
main.py
@@ -4,7 +4,7 @@
4
print(login()) # Will return True or "incorrectinfo" or "noaccount" depending on the error.
5
print(sessionInfo["username"]) # Will return the current logged in users, username
6
print(logout()) # Will return True or "notloggedin"
7
-print(passwordReset()) # Will return True or "noemail" or "wrongsecurityquestionanswer"
+print(passwordReset()) # Will return True or "noemail" or "wrongsecurityquestionanswer"
8
9
10
0 commit comments