yillkid
unread,Mar 18, 2012, 10:29:53 PM3/18/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I can add new field to the UserProfile class, for example I add a integer field to take down the account valid days.
But, if I want to add this filed to "/admin/auth/user/add/" page,
then admin can modify the value when add user (link user_name/password input), how should I do ?