python - Django-registration - some activation -


how can force resending activation e-mail user? e.g. when accidentaly deletes mail, clicks in link in website, , django send him new activation e-mail.

there's admin action doing that. django-registration docs:

how re-send activation email?

assuming you’re using default backend, custom admin action provided this; in admin registrationprofile model, click checkbox user(s) you’d re-send email for, select “re-send activation emails” action.

there's no built-in automatic way of doing (how should django-registration figure out random visitor guy filled out registration form 3 days ago , deleted activation mail?).


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -