mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[PR #1878] [MERGED] Retrieve password by SMS. #2316
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/1878
Author: @tonioo
Created: 4/21/2020
Status: ✅ Merged
Merged: 4/21/2020
Merged by: @tonioo
Base:
master← Head:feature/reset_password_sms📝 Commits (4)
cb0197cRetrieve password by SMS.64ba199Added unit tests.161ddb4Improved coverage.9a13121Improved coverage.📊 Changes
29 files changed (+717 additions, -37 deletions)
View changed files
📝
modoboa/admin/api.py(+37 -2)📝
modoboa/admin/serializers.py(+6 -0)➕
modoboa/admin/templates/admin/messages_log.html(+11 -0)➕
modoboa/admin/templates/admin/messages_log_headers.html(+6 -0)📝
modoboa/admin/tests/test_account.py(+1 -1)📝
modoboa/admin/tests/test_api.py(+32 -0)📝
modoboa/core/app_settings.py(+63 -2)📝
modoboa/core/commands/templates/settings.py.tpl(+4 -1)📝
modoboa/core/constants.py(+9 -0)📝
modoboa/core/forms.py(+22 -0)➕
modoboa/core/migrations/0020_auto_20200421_0851.py(+19 -0)📝
modoboa/core/models.py(+10 -8)➕
modoboa/core/sms_backends/__init__.py(+79 -0)➕
modoboa/core/sms_backends/dummy.py(+12 -0)➕
modoboa/core/sms_backends/ovh.py(+86 -0)➕
modoboa/core/static/core/img/qrcode.svg(+2 -0)📝
modoboa/core/tests/test_authentication.py(+69 -0)📝
modoboa/core/tests/test_core.py(+1 -1)📝
modoboa/core/tests/test_views.py(+20 -1)📝
modoboa/core/views/__init__.py(+6 -1)...and 9 more files
📄 Description
see #1877
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.