django-sitegate icon indicating copy to clipboard operation
django-sitegate copied to clipboard

Reusable application for Django to ease sign up & sign in processes

Results 3 django-sitegate issues
Sort by recently updated
recently updated
newest added

I think that it's good to have ability to validate email changes with same model and view that are used to confirm emails on registration. This pull request adds easy...

enhancement

this is an alternative to #15 without changes to database. To start email change process: 1. set `settings.SIGNUP_EMAIL_CHANGE_PROCESSING = True` 2. initiate email change somewhere in views or forms: ```...

enhancement

Maybe app should use https://pypi.python.org/pypi/django-crispy-forms/1.4.0 ?

idea
thirdparty