[PR #1154] [MERGED] Replaced django-passwords by django's builtins. #2136

Closed
opened 2026-02-27 12:09:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/1154
Author: @tonioo
Created: 6/22/2017
Status: Merged
Merged: 6/22/2017
Merged by: @tonioo

Base: masterHead: feature/use_internal_password_validation


📝 Commits (3)

  • c236d60 Replaced django-passwords by django's builtins.
  • 109329a Fixed validation method.
  • ba2014e Don't check password if empty.

📊 Changes

8 files changed (+141 additions, -27 deletions)

View changed files

📝 modoboa/admin/forms/account.py (+7 -6)
📝 modoboa/admin/serializers.py (+4 -5)
📝 modoboa/core/app_settings.py (+8 -3)
📝 modoboa/core/commands/templates/settings.py.tpl (+24 -8)
📝 modoboa/core/forms.py (+5 -4)
modoboa/core/password_validation.py (+68 -0)
📝 requirements.txt (+0 -1)
📝 test_project/test_project/settings.py (+25 -0)

📄 Description

see #1153


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/1154 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 6/22/2017 **Status:** ✅ Merged **Merged:** 6/22/2017 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/use_internal_password_validation` --- ### 📝 Commits (3) - [`c236d60`](https://github.com/modoboa/modoboa/commit/c236d60bd9fc4fc03bcc3552fb448c03e7c1c6b2) Replaced django-passwords by django's builtins. - [`109329a`](https://github.com/modoboa/modoboa/commit/109329ae056a9123a5780dbdffdc44829f480c2e) Fixed validation method. - [`ba2014e`](https://github.com/modoboa/modoboa/commit/ba2014e4f0ad80cb96a726c80f04c0baf5104f65) Don't check password if empty. ### 📊 Changes **8 files changed** (+141 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `modoboa/admin/forms/account.py` (+7 -6) 📝 `modoboa/admin/serializers.py` (+4 -5) 📝 `modoboa/core/app_settings.py` (+8 -3) 📝 `modoboa/core/commands/templates/settings.py.tpl` (+24 -8) 📝 `modoboa/core/forms.py` (+5 -4) ➕ `modoboa/core/password_validation.py` (+68 -0) 📝 `requirements.txt` (+0 -1) 📝 `test_project/test_project/settings.py` (+25 -0) </details> ### 📄 Description see #1153 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:09:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2136
No description provided.