Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2015-09-26 16:44:52

thenetking
Member
Registered: 2015-09-26
Posts: 8

Auto login website users to operator panel

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

#2 2015-09-27 20:06:24

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Auto login website users to operator panel

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 smile

Offline

#3 2015-09-28 22:30:35

thenetking
Member
Registered: 2015-09-26
Posts: 8

Re: Auto login website users to operator panel

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 smile 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

#4 2015-09-29 04:59:41

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Auto login website users to operator panel

In this not released stuff, just users are automatically created with provided data.

Offline

Board footer