From 284adf7045c1a71c1d40c3524ae4228aa8ab2a6c Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Wed, 18 Aug 2021 07:03:04 +0000 Subject: [PATCH] Apply 2 suggestion(s) to 2 file(s) --- .gitlab/issue_templates/release.md | 2 +- docs/usage.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md index 64765c75e..6f96f23ec 100644 --- a/.gitlab/issue_templates/release.md +++ b/.gitlab/issue_templates/release.md @@ -4,7 +4,7 @@ * [ ] Ensure all applications/dependencies/charts are at their latest versions see `.gitlab/issue_templates/update_all_components.md` -* [ ] Upgrade test from last version to `master` succeeds +* [ ] Upgrade-test from last release version to `master` succeeds ## In the master branch before releasing diff --git a/docs/usage.rst b/docs/usage.rst index de5e6441c..a32cc6bb4 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -6,7 +6,7 @@ OAS User panel After all the applications are installed, the first thing to do is log into `https://admin.oas.example.org <https://admin.oas.example.org>`__. -This is the "user panel , a place where you can create, edit and delete users. +This is the "user panel" , a place where you can create, edit and delete users. These users can be used to log into the applications listed below. You can log in with the user "admin". The password can be found by running -- GitLab