bytte wrote:
>
> I've created a basic login system using Zend_Auth and Zend_Acl and now I'm
> wondering what's the best way to expand my login form with these two extra
> functionalities:
>
> - "keep me logged in on this computer" feature
> - password reset if visitor has forgotten password
>
> These two things seem pretty standard in every web application that needs
> authentication so I had hoped to see these built in into the framework.
> Yet I can't find any documentation on this matter. It would be great if
> you could point me in a direction or link to online tuts tackling the
> matter.
>
if you want to keep users logged in, you can use the remberMe method for
Zend_Session, take a look at this example:
http://www.mail-archive.com/[email protected]/msg08602.html
--
View this message in context:
http://www.nabble.com/Keep-me-logged-in-%2B-Password-reset-for-login-forms-tp23631798p23675982.html
Sent from the Zend Framework mailing list archive at Nabble.com.