Forum Discussion

mayank's avatar
11 years ago

login to commnunity when we click on www.community.com/video2?123

i want when specific url hit ..user get login

 

example when we click on lithium.com/webinar/video5?key=121212 then user a will automatically login to community site...

Can you please guide me in right direciton.?..

 

 

  • PaoloT's avatar
    PaoloT
    Lithium Alumni (Retired)

    Hi mayank 

     

    I think you could use the webUI context object variables and pull together some javascript that determines wheter the current user is logged in or not (see this) and issue a browser redirect to the login page when those links are clicked and the user is not logged in already.

     

    Hope this sets you in the right direction,