Acegi has a SwitchUserFilter that may be helpful. http://acegisecurity.org/multiproject/acegi-security/apidocs/org/acegisecurity/ui/switchuser/SwitchUserProcessingFilter.html
Allowing two usernames per user could probably be done with some custom logic in UserDaoHibernate. Matt On 2/26/07, Zakir <[EMAIL PROTECTED]> wrote:
Hello Experts. I am using appfuse 1.9.4, with spring 2.0. I am currently designing a webapp, and I would like it to support a user's email address as the username. This is easy to implement (just switch the label in the User), but I would also like my app to allow user's to have multiple email addresses and log on with either one of them. (similar to the paypal model). From my understanding of acegi, you can only have one username-password pair per user. Any ideas? -- View this message in context: http://www.nabble.com/Multiple-Usernames-tf3295113s2369.html#a9166433 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
