Peter Leschev wrote:

        I'm looking at using acegi with Tapestry for a web application that I'm
working on - From initial evaluation, Acegi looks very impressive. I
understand that AuthenticationProcessingFilter can be used to integrate
with an HTML form for user login, which is easy, but how is changing the
user's password possible? (I'm assuming it's something I have to code up
manually for now?)




Hi Peter

Yes, you'll need to code change of password manually. A design decision was made to keep the AuthenticationDao as simple as possible (ie read-only) and as such we don't have the methods to write a new password back to the authentication repository.

Best regards
Ben



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Acegisecurity-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to