Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peopledoc/django-email-change
django-email-change adds support for email address change and confirmation.
https://github.com/peopledoc/django-email-change
approved-public ghec-mig-migrated
Last synced: 17 days ago
JSON representation
django-email-change adds support for email address change and confirmation.
- Host: GitHub
- URL: https://github.com/peopledoc/django-email-change
- Owner: peopledoc
- License: apache-2.0
- Created: 2012-08-20T13:00:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T19:37:07.000Z (over 3 years ago)
- Last Synced: 2024-04-16T06:52:48.736Z (9 months ago)
- Topics: approved-public, ghec-mig-migrated
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 8
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
**WARNING: this project is not maintained**
django-email-change
========================================================================| **Author**: `George Notaras `_
| **Development Web Site**: `django-email-change project `_
| **Source Code Repository**: `django-email-change source code `_
| **Documentation**: `django-email-change documentation `_
| **Downloads**: `django-email-change releases `_django-email-change adds support for email address change and confirmation.
Licensed under the *Apache License version 2.0*. More licensing information
exists in the license_ section.**Warning**: This project is not production ready! Testing is required.
Features
========- Provides the users of a Django project with the ability to change their
account's email address.
- Verification of the new email address.Documentation
=============Apart from the `django-email-change Online Documentation`_, more information about the
installation, configuration and usage of this application may be available
at the project's wiki_... _`django-email-change Online Documentation`: http://packages.python.org/django-email-change
.. _wiki: http://www.codetrax.org/projects/django-email-change/wikiDonations
=========This software is released as free-software and provided to you at no cost. However,
a significant amount of time and effort has gone into developing this software
and writing this documentation. So, the production of this software has not
been free from cost. It is highly recommended that, if you use this software
*in production*, you should consider making a donation.To make a donation, please visit the CodeTRAX `donations page`_ which contains
a PayPal_ *donate* button.Thank you for considering making a donation to django-email-change.
.. _`donations page`: https://source.codetrax.org/donate.html
.. _PayPal: https://www.paypal.comBugs and feature requests
=========================In case you run into any problems while using this application or think that
a new feature should be implemented, it is highly recommended you submit_ a new
report about it at the project's `issue tracker`_.Using the *issue tracker* is the recommended way to notify the authors about
bugs or make feature requests. Also, before submitting a new report, please
make sure you have read the `new issue guidelines`_... _submit: http://www.codetrax.org/projects/django-email-change/issues/new
.. _`issue tracker`: http://www.codetrax.org/projects/django-email-change/issues
.. _`new issue guidelines`: http://www.codetrax.org/NewIssueGuidelinesSupport
=======CodeTRAX does not provide support for django-email-change.
You can still get community support at the `Community Support Forums`_:
.. _`Community Support Forums`: http://www.codetrax.org/projects/django-email-change/boards
License
=======Copyright 2010 George Notaras
Licensed under the *Apache License, Version 2.0* (the "*License*");
you may not use this file except in compliance with the License.Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.A copy of the License exists in the product distribution; the *LICENSE* file.
For copyright and other important notes regarding this release please read
the *NOTICE* file.