Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hey I asked a question at https://livehelperchat.com/new-version- … -412a.html and realize now, maybe that wasn't the best place.
I was able to auto login with the how to article linked here. I tried passing 'I' => 'static name' but it seems to continue logging me into the only account in LHC. Is there another piece to the CMS integration? Is it possible to log users in 'on the fly' without recreating them in the LHC database? All I am trying to do at this point is authorize certain users access to operator panel and pass their name. Thanks for all your hard work!
Offline
This is not available out of the box. It just autologins based on existing user, what you want is create new user on the fly and login it.
For that purpose take a look at this extension. https://github.com/LiveHelperChat/liveh … nglesignon
Few days ago I did very similar extension to what you need. But yet need to prepare to release it
Offline
Thank you for such a quick reply.
What is the difference between your single sign on you linked here and the the extension not ready for release?
Thanks again for all your hard work, best open source script of this nature I've come across. Your program makes me want to learn angular I'd like to mention that some of your backend interfaces are slightly confusing or hard to remember how to navigate back to. When I get the time I'll shoot some more feedback your way.
Offline
In this not released stuff, just users are automatically created with provided data.
Offline