Dear All ... I need something like django-registration, but currently my app use 2 different completely seperated user tables : 1. The default auth.user 2. myproj.user table
The first table will only used for server administration, and the actual day-to-day operation will based on that myproj.user table. Currently my app able to add user, send email .. but the is_active field still default 'true' since I don't have any account_activation solution that suite my need. My question is, how to build a form-page (url, form, view etc etc) that will : 1. view a form with single field, let's call it act_key 2. when submit, will search on myproj.user for that act_key, and : 2.a if found set the is_active to True, send the user to my existing login page at http://localhost/loginhere 2.b if not found , re-display the form with clear data and warning 3. accessible by any one (no login required) Sincerely -bino- -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.