Patrick Anderson napisaĆ(a):
> I'd like to create a couple of views that would allow users to retrieve
> their forgotten username or password by email.
>
> It seems to me that the only reliable way to do this would be for my
> application to require unique email addresses for User objects. How
On Tue, 31 Jul 2007 22:40:50 +, Pensee wrote:
> Hi,
>
> On Jul 31, 11:46 pm, Patrick Anderson <[EMAIL PROTECTED]> wrote:
>> I'd prefer not to hack the contrib.auth application and change User
>> model,
>
> Adding just unique=true is not so hard and tracking with changes is easy
> :).
>
> Y
Hi,
On Jul 31, 11:46 pm, Patrick Anderson <[EMAIL PROTECTED]>
wrote:
> I'd prefer not to hack the contrib.auth application and change User
> model,
Adding just unique=true is not so hard and tracking with changes is
easy :).
You may have a look at the "Django tips: extending the User model" on
3 matches
Mail list logo