Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

OOTB Login and Userinfo component functionality

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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