patrioticcow wrote > thanks for reply. > > i am familiar with ZfcUser, well, it works. > > but is a bit difficult for me to understand how it works. > > im thinking i should do an authentication + acl from scratch by myself, > > then use that module. > > or maybe i should ask the creator of that module to do a more in depth > tutorial on it > > thanks again
I think that you can use simply zfcBase + zfcUser + zfcAcl rather than writing them from scratch. "Remember me" function you should be able to add by writing your own module which will extend zfcUser. ----- Cheers, -- Luke Mierzwa -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/ZF2-combine-authentication-with-remember-me-function-tp4656575p4657708.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
