mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-10 15:39:19 +00:00
[Controller] Fix missing password2 assignment in from_dict
This commit is contained in:
@@ -32,6 +32,7 @@ class DomainadminModel(BaseModel):
|
||||
username=data.get("username"),
|
||||
domains=data.get("domains"),
|
||||
password=data.get("password"),
|
||||
password2=data.get("password"),
|
||||
active=data.get("active", None),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user