goalio / GoalioRememberMe

A Zend Framework 2 (ZF2) Module offering remember me functionality to ZfcUser
BSD 3-Clause "New" or "Revised" License
32 stars 19 forks source link

login widget #7

Closed perooo closed 11 years ago

perooo commented 11 years ago

Hi, could you do that work like zfcUser login widget (zfcUserLoginWidget()) or how could i use login form on my homepage (application/index)?

pdobrigkeit commented 11 years ago

Hey. Sorry for the lack of replies. I checked real quick into the code and it should work out of the box (latest master, because new the RememberMeForm extends the ZfcUserForm), when you use the $this->zfcUserLoginWidget(). It also has a configured view template that can be changed in the config:

'user_login_widget_view_template' => 'zfc-user/user/login.phtml',