diff --git a/flux2/apps/wekan/release.yaml b/flux2/apps/wekan/release.yaml
index 12acebe5eaf03d417b6302d47bc205b822cbead2..09774f1f4cef9432b01268cf18f98ea8c0746d71 100644
--- a/flux2/apps/wekan/release.yaml
+++ b/flux2/apps/wekan/release.yaml
@@ -27,13 +27,14 @@ spec:
     # Default env vars in container image: https://github.com/wekan/wekan/blob/master/Dockerfile
     # Env vars explained: https://github.com/wekan/wekan/blob/master/docker-compose.yml
     env:
-      - name: "PASSWORD_LOGIN_ENABLED"
-        value: "false"
       # Debug OIDC OAuth2 etc
       - name: "DEBUG"
         value: "true"
       - name: "MAIL_FROM"
         value: "Wekan notifications <${outgoing_mail_from_address}>"
+      # Authentication
+      - name: "PASSWORD_LOGIN_ENABLED"
+        value: "false"
       - name: "OAUTH2_ENABLED"
         value: "TRUE"
       - name: "OAUTH2_CLIENT_ID"
@@ -95,6 +96,8 @@ spec:
       enabled: true
       architecture: standalone
       auth:
+        username: wekan
+        database: wekan
         existingSecret: oas-wekan-variables
       podAnnotations:
         # Let the backup system include rocketchat data stored in mongodb.