This object is in archive! 
Widget Login
I have managed to make SSO login default for when users click on the login link on the main site, but how do I achieve the same when users use the widget to post a response?
Currently, you click the widget, fill out your response then it displays login page with normal login as default.
Hello Graham,
Unfortunetely it's not available to make SSO method default when using widget. We'll consider that option in our next major release.
Hello Graham,
Unfortunetely it's not available to make SSO method default when using widget. We'll consider that option in our next major release.
Hello Graham,
Unfortunetely it's not available to make SSO method default when using widget. We'll consider that option in our next major release.
Hello Graham,
Unfortunetely it's not available to make SSO method default when using widget. We'll consider that option in our next major release.
Hi Stas,
Is it possible to modify the popup source directly? If you can point me to where it is, I will happily just remove the normal login part :)
Hi Stas,
Is it possible to modify the popup source directly? If you can point me to where it is, I will happily just remove the normal login part :)
Graham,
Login popup consists of several template files:
Graham,
Login popup consists of several template files:
Thanks Paul,
I managed to get it done on the normal login form (not the widget) by editing header.phtml and inserting an if statement to check if the tab is called itTab and if it is, don't display it.
I still need to figure out how to do it on the widget...
My additions are on line 3 and 10 below.
Thanks Paul,
I managed to get it done on the normal login form (not the widget) by editing header.phtml and inserting an if statement to check if the tab is called itTab and if it is, don't display it.
I still need to figure out how to do it on the widget...
My additions are on line 3 and 10 below.
Managed to do get it right by editing public/assets/js/frontend.js and inserting
to line 640 and then editing line 641 to
Managed to do get it right by editing public/assets/js/frontend.js and inserting
to line 640 and then editing line 641 to
Replies have been locked on this page!