alex schrieb: > i wonder what reason would be for enforcing unique passwords for > default identity Users.
Which one do you mean now, the email or the password field? The password has no unique constraint in the default identity model. The email_address has to be unique, because it is marked as an alternativeID. There are good reasons to not allow two users with the same email address. For example if you have a typical "forgot password?" page, where you allow users to enter an email address where the password should be sent to. There equally good reasons to allow different users to have the same email address. It all depends on your use case. Feel free to change the default identity model in your projects in this respect. The core identity functionality should not be affected, I think. Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

