From c433189bb1602faace224b823f4280c3381151f5 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Fri, 30 Jul 2021 16:32:35 +0200
Subject: [PATCH] Update new app template

---
 .gitlab/issue_templates/new_app.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab/issue_templates/new_app.md b/.gitlab/issue_templates/new_app.md
index c077e9400..7cb9c0f2a 100644
--- a/.gitlab/issue_templates/new_app.md
+++ b/.gitlab/issue_templates/new_app.md
@@ -20,12 +20,12 @@
     * [ ] Add app `userbackend.applications`
     * [ ] Add app to `oAuthClients`
   * Confgure app OIDC settings in helmrelease `flux2/apps/APP/release.yaml`
-* [ ] Make sure the application does not allow registering through the
-  traditional sign-on system
+  * [ ] Disable user/pw login if possible
 
 ## Tests
 
-* [ ] Test cert (`test/pytest/test_certs.py`)
+* [ ] Make sure testing app resources work (`test/pytest/test_resources.py`)
+* [ ] Make sure testing app cert works (`test/pytest/test_certs.py`)
 * [ ] Add taiko test (`tests/taiko`)
 
 ## CI
-- 
GitLab