Skip to main content

Simple email confirmation application for django 1.4. Forked from django-email-confirmation

https://travis-ci.org/futurecolors/django-confirmanager.png?branch=master https://coveralls.io/repos/futurecolors/django-confirmanager/badge.png?branch=master

Install

Add 'confirmanager' to your INSTALLED_APPS:

# settings.py
INSTALLED_APPS = (
    ...
    'confirmanager',
    ...
)

Add application urs to your urlconf. Example:

# urls.py
urlpatterns += patterns('',
    (r'', include('confirmanager.urls')),
)

Requires django.contrib.sites to get absolute url and and user model to save email.

Description

TBD, meanwhile you can read source.

Limitations

  • one email per user

  • emails are stored in user model

  • emails are sent via django-templated-email (templates/confirmanager/confirmation.html)

Settings

  • CONFIRMANAGER_EXPIRES (default 3) - how long links for email confirmation live

  • CONFIRMANAGER_REDIRECT_URL - where to redirect after email is confirmed

  • CONFIRMANAGER_LOGIN_URL - where to redirect if user is not authenticated

  • CONFIRMANAGER_GET_DOMAIN - override default django.contrib.sites behavior to get current domain

  • CONFIRMANAGER_UNIQUE_EMAILS (defaut True) - extra check for unique emails

Signals

  • email_confirmed

TODO

  • Make evertything easily overridable (docs for manager, template)

  • django-appconf

  • Django 1.5

Release files for django-confirmanager 0.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-confirmanager 0.4
File Size Uploaded
django-confirmanager-0.4.zip 20.4 kB Details

Release files / django-confirmanager-0.4.zip

Download URL django-confirmanager-0.4.zip
Size 20.4 kB
Tags Source
SHA-256 checksum
How to use checksums
2ae1d9ef8215025cd36c404ff09a18acb1d6a25da8d53f0b8dd01d3fab5ad70f
BLAKE2b-256 checksum
How to use checksums
82f7da29799d21a772d8f6b67ca392be7c3b4c8543d6e5d7e61e8f52819b7666
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.4 This release

1 release file

0.3

1 release file

0.2

1 release file

0.1.3

1 release file

0.1.2

1 release file

0.1.1

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page