Skip to content

Returns Update | V 1.1.0

Latest

Choose a tag to compare

@ConnorC18 ConnorC18 released this 24 Mar 22:17
· 9 commits to master since this release
1dd7475

Returns Update | V 1.1.0

Quite a major release fixing a few bugs and adding some new features!

Changes

✔️ Added | signup function will now return true or the error message throw by the try except
✔️ Added | login function will now return True or "incorrectinfo" or "noaccount" depending on the error.
✔️ Added | sessi󠁼onInfo["username"] will now return the current logged in users, username
✔️ Added | logout function
✔️ Added | logout function will now return True or "notloggedin"
✔️ Added | passwordReset function will now return True or "noemail" or "wrongsecurityquestionanswer"
➖ Fixed | passwordReset function will now require security question (Whoops)
➖ Fixed | email reset getting flagged as spam
❌ Removed | small bugs and unreachable code