Forum Discussion

raguv12ps's avatar
5 years ago

Login Page popup

Hello,

I understand Khoros provides two login pages, one is a standard login page

https://companyDomain/t5/user/userloginpage

 

and other is a pop up page when we click on the sign in option on home page

How do I invoke the pop up login page in one of my custom components? I assume the redirect URL parameter is still included.

Any solutions here would help.

 

Thanks,

Ragu.V

  • raguv12ps, Login popup model embed with OOB login component.

    <component id="users.action.login" wrapper="lia-header-actions"/>

    This component includes all those angular scripts and JavaScript, which trigger the popup model when settings enabled in config.

    You can use the trigger on sign in button, in your custom component. and include the "users.action.login" component in header, so it can be show in everypage.