On 22 Dec, 2005, at 2:03 pm, Matthew Bevan wrote: Only issue I'm running into is wildly different naming schemes - being able to override the name of the "userId" field would be nice, as my application uses full e-mail addresses.
Add a userId property to your Account(?) class that simply returns the email address. I know it's not ideal, but if you're working with the default provider, this will probably work. |