updated mailbox app password

This commit is contained in:
2026-08-13 07:03:40 +01:00
parent 70fa1a5f2c
commit 70c05cc777
21 changed files with 618 additions and 33 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ func TestWebmailLoginRejectsAppPassword(t *testing.T) {
if err != nil {
t.Fatal(err)
}
if _, err := app.DB.CreateAppPassword(mailboxID, "test", appPwHash); err != nil {
if _, err := app.DB.CreateAppPassword(mailboxID, "test", appPwHash, nil); err != nil {
t.Fatal(err)
}