Back to Top

How to check user is logged in Modx

Here is one quick article to check whether a web user is logged in or not in Modx Revolution.

When you’re building the application, you want to load some pages after the user is logged in and if the user is not logged in, you need to redirect the user to login page.

MODX Revolution is a robust and flexible content management framework.I am going to explain that to check the user is logged in within the Modx Revolution.

In Modx Revolution, you can check the whether the user is logged in by the following code.

In above,getLoginUserName() determines if user is logged in by admin panel or frontend.Returns a User Name of the current user. If no user is logged in, null is returned by the function.

That’s it.I hope this post will help you. Don’t Forget to Follow us on Twitter or Subscribe us to Get the Latest Updates.

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Most Popular Posts

Fixed Remove class issue with MooTools

Posted on 12 years ago

Bhumi

What is JavaScript Hoisting

Posted on 8 years ago

Bhumi