Added functionality to add more email addresses to a user's account using an email confirmation process.
|
---|
src/postorius/forms.py |
---|
src/postorius/models.py |
---|
src/postorius/templates/postorius/address_confirmation_message.txt 0 → 100644 |
---|
src/postorius/templates/postorius/address_notification_message.txt 0 → 100644 |
---|
src/postorius/templates/postorius/menu/user_nav.html |
---|
src/postorius/templates/postorius/user_address_activation.html 0 → 100644 |
---|
src/postorius/templates/postorius/user_address_activation_link.html 0 → 100644 |
---|
src/postorius/templates/postorius/user_address_activation_sent.html 0 → 100644 |
---|
src/postorius/tests/test_address_activation.py 0 → 100644 |
---|
src/postorius/urls.py |
---|
src/postorius/views/user.py |
---|