How to display a custom "access denied" error message instead of a URL redirect in Memberstack for dual logins? Answered
Hey everyone! I'm currently building a website with dual logins, one for "buyers" and one for "sellers". And my question is, is it possible to display an error message for example "access denied" instead of the default URL redirect inside memberstack?
Comments
4 comments
I'm building a similar style website. I ended up just hiding any links that they aren't allowed access to. How did you do your login system? I ended up having to do two different logins systems
Elvis M what would the logic be? How would it know when to show that access denied page
Hey Elvis, i did a similar style, but instead of a double login, I have differentiated between Creator and Brands during registration and created a custom field with the value=true if it is a brand. In the login area, I have then hidden the fields that should not be visible for brands. I hope I was able to help you a little
Please sign in to leave a comment.