oc-shopaholic / oc-buddies-plugin

👥 October CMS user system
https://octobercms.com/plugin/lovata-buddies
GNU General Public License v3.0
31 stars 15 forks source link

How to logout using submit? #31

Closed meysammahfouzi closed 4 years ago

meysammahfouzi commented 5 years ago

I don't understand how to logout using submit. I've added to following to the top of the page:

[Logout]
mode = "submit"
redirect_on = 1
redirect_page = "index"
==

Now, what should I do in the onclick of the logout button?

kharanenka commented 5 years ago

Hi! You can create fake page with URL = '/logout' and attach Logout component to it. Logout button is link on logout page. User clicking on link will get redirect to index page after logout

meysammahfouzi commented 5 years ago

Alright, thanks. I think it needs to be documented :)

kharanenka commented 5 years ago

Thanks you for your question. I will add to documentation