HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Social login in guest module
phalc0nline
New
I finished my custom theme, but have a couple of problems. The most important is problem with social login. How I can enable social login at guest module, at sign in view all work perfect.
Like here:
Tagged:
0
Comments
These should be displayed in the guest module already. Although they look different out of the box, IIRC.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
in guest.php view I have next code
I researched how this icons added at signin page/popup.
Code in view:
For this EntryController has method SignIn:
For example in OpenId Plugin:
Do you have any idea?
I am seeing three hooks in use for connect plugins: Base_SignInIcons_Handler, Base_BeforeSignInButton_Handler, and Base_BeforeSignInLink_Handler. The guest module fires the BeforeSignInButton event (and an AfterSignInButton event).
Did you override the guest module view? If you did, you need to fire the events where appropriate.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.