I’ve managed to sorta successfully create a members only with the new beta. Anyone figure out how to make a “log-out” button? Once logged in, the “log-in” page is redirected to the “Home” page. I’d like to be able to log-out so the Log-in page can be showed to clients, and in the future being able to log-out of computers that are not yours.
Step 1:
I created 1 page with giving access to a specific user
Step 2:
I designed the page inside for my client
Step 3:
I added to the user account settings a custom link.
Step 4:
I went to the user account page, and in the user details (My account), that has the email and name, i added the field for the link that adds it like a text field.
Final Step:
I took this text field added a button after it and added this javascript:
To the body tag of the page.
Name the id of the text field of the link “my-dashboard” and the button “edit-button”
So with this way the client can login to the account and go to his dashboard click the link and go to his custom dashboard.