How to log out

0
Hello folks, I am done with the Login functionality role wise. Now I want a button on my master layout, clicking which user should log out. HOW TO LOG OUT ?
asked
2 answers
4

You could use the sign-out button. Right mouse click on the form, Add widget, Authentication, Sign-out button or from the toolbar Authentication, Sign-out button

 

See documentation:

https://docs.mendix.com/refguide6/sign-out-button

 

Also to learn more about Mendix:

https://gettingstarted.mendixcloud.com/

answered
0

With javascript

mx.logout()
answered