Re: how to use django-profiles / Editing user properties (without admin interface)

2009-02-26 Thread Baxter
My suggestion would be don't. I think allowing users to edit their own emails will create more problems than it will solve, as I don't think you can trust users to put in valid info their email unless they have a motivating reason (like registering). Better to put a contact link to an admin to

how to use django-profiles / Editing user properties (without admin interface)

2009-02-26 Thread mahesh
Editing user properties (without admin interface) I would like User to be able to user properties like email, and user profile stuff like secret question, location etc. I have created AUTH_PROFILE_MODULE; which has User as foreign key models.ForeignKey(User,unique=True) class