[GH-ISSUE #2399] Creating/editing an account with aliases fails if that alias already exists #1590

Closed
opened 2026-02-27 11:17:57 +03:00 by kerem · 0 comments
Owner

Originally created by @fpoulain on GitHub (Nov 6, 2021).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2399

Impacted versions

  • Modoboa: 1.17

Steps to reproduce

  • Create an alias : test-alias@ -> whocares@
  • Try the creation of a test account test-bug@ using legacy interface

Current behavior

IntegrityError at /admin/accounts/new/
ERREUR:  la valeur d'une clé dupliquée rompt la contrainte unique « admin_alias_address_internal_701cee88_uniq »
DETAIL:  La clé « (address, internal)=(test-alias@, f) » existe déjà.

Expected behavior

Account creation and update alias to extends its recipients.

Originally created by @fpoulain on GitHub (Nov 6, 2021). Original GitHub issue: https://github.com/modoboa/modoboa/issues/2399 # Impacted versions * Modoboa: 1.17 # Steps to reproduce - Create an alias : test-alias@ -> whocares@ - Try the creation of a test account test-bug@ using legacy interface # Current behavior ``` IntegrityError at /admin/accounts/new/ ERREUR: la valeur d'une clé dupliquée rompt la contrainte unique « admin_alias_address_internal_701cee88_uniq » DETAIL: La clé « (address, internal)=(test-alias@, f) » existe déjà. ``` # Expected behavior Account creation and update alias to extends its recipients.
kerem closed this issue 2026-02-27 11:17:57 +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#1590
No description provided.