OOTB Login and Userinfo component functionality | Community
Skip to main content
New Participant
October 16, 2015
Solved

OOTB Login and Userinfo component functionality

  • October 16, 2015
  • 1 reply
  • 1257 views

Hi,

We have login page requirement for our site .We are using out-of-the-box login and userinfo components (foundation components) by moving them to /apps/<myprojct>/components. In publish server if I give wrong credentials in our site login page its redirecting me to "/content/geometrixx-outdoors/en.html" page and showing "Invalid_User" message in that page. Our expectation is that if we provide wrong credentials it should stay in same page and show error message without going to "geometrixx" default page.

Is there any configuration we have to set so that it will stay in the same page without going to "geometrixx" default page ? (We are facing same problem when we click on sign-out button also).

 

Thanks in Advance.

 

Regards,

Sagar

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

You can extend this component to redirect to an AEM page that you want to see. That is one of the more powerful features of AEM. You can modify or extend components using JavaScript and the AEM widget API. For information about the Widget API, see http://dev.day.com/docs/en/cq/5-6/widgets-api/index.html

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

You can extend this component to redirect to an AEM page that you want to see. That is one of the more powerful features of AEM. You can modify or extend components using JavaScript and the AEM widget API. For information about the Widget API, see http://dev.day.com/docs/en/cq/5-6/widgets-api/index.html