You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module working fine on /user/login route after install&configure.
In my project that route is excluded, using zfcUserLoginWidget instead on all pages when no user logged in.
Unfortunately the "Stay logged in" checkbox is missing from widget.
Found that user_login_widget_view_template should be changed to use goalio-rememberme/view/zfc-user/user/login.phtml, but not sure how to do this.
Also readed Issue #7, but did not help too much.
The text was updated successfully, but these errors were encountered:
That should overwrite the injected view template for the zfcUserLoginWidget. I didn't use that ViewHelper before, but if this actually works, I will modify the supplied config to do this out of the box.
Module working fine on /user/login route after install&configure.
In my project that route is excluded, using zfcUserLoginWidget instead on all pages when no user logged in.
Unfortunately the "Stay logged in" checkbox is missing from widget.
Found that
user_login_widget_view_template
should be changed to usegoalio-rememberme/view/zfc-user/user/login.phtml
, but not sure how to do this.Also readed Issue #7, but did not help too much.
The text was updated successfully, but these errors were encountered: