Ensure username and password forgotten on Sign Out
This commit is contained in:
parent
3254a6a14e
commit
442669d75f
|
@ -26,6 +26,8 @@ end function
|
|||
function SignOut()
|
||||
if get_setting("active_user") <> invalid
|
||||
unset_user_setting("token")
|
||||
unset_setting("username")
|
||||
unset_setting("password")
|
||||
end if
|
||||
unset_setting("active_user")
|
||||
m.overhang.currentUser = ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user