From ab1cfbb0bd87f82fff49001dcee2579b244587dc Mon Sep 17 00:00:00 2001 From: Nick Maynard Date: Thu, 31 May 2018 14:51:40 +0100 Subject: [PATCH] Clarify administrator creation instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9380510..0100b87 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,11 @@ oc new-app -f http://bit.ly/openshift-gogs-template --param=HOSTNAME=gogs-demo.y ``` # Gogs Admin User -After Gogs deployment, the first registered user will be admin. The default administrator can log into Admin > Users and authorize another user. A user will also be an > administrator if they register in the install page. Read more on [Gogs FAQ](https://gogs.io/docs/intro/faqs#how-can-i-become-an-administrator%3F) +After Gogs deployment, the first user registered will be given administrator rights. + +Once created, administrators can log into Admin > Users and authorize other users as administrators. + +Read more on [Gogs FAQ](https://gogs.io/docs/intro/faqs#how-can-i-become-an-administrator%3F)