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()
|
function SignOut()
|
||||||
if get_setting("active_user") <> invalid
|
if get_setting("active_user") <> invalid
|
||||||
unset_user_setting("token")
|
unset_user_setting("token")
|
||||||
|
unset_setting("username")
|
||||||
|
unset_setting("password")
|
||||||
end if
|
end if
|
||||||
unset_setting("active_user")
|
unset_setting("active_user")
|
||||||
m.overhang.currentUser = ""
|
m.overhang.currentUser = ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user