From 96b75af02703c007d6f866cf07972bc50d464797 Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Wed, 24 Aug 2022 01:07:22 +0200 Subject: [PATCH] proper grammar for ADMIN_PASSWD parameter notes --- docker-compose.yml | 2 +- site/src/docs/contributing/backend/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d7e306b4..df615681 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ services: - AUTH_DISQUS_CID - AUTH_DISQUS_CSEC # Enable it only for the initial comment import or for manual backups. - # Do not leave server running with ADMIN_PASSWD set if you don't have intention + # Do not leave the server running with the ADMIN_PASSWD set if you don't have an intention # to keep creating backups manually! # - ADMIN_PASSWD= volumes: diff --git a/site/src/docs/contributing/backend/index.md b/site/src/docs/contributing/backend/index.md index 7a27ce15..02120f36 100644 --- a/site/src/docs/contributing/backend/index.md +++ b/site/src/docs/contributing/backend/index.md @@ -65,7 +65,7 @@ User's activity throttled globally (up to 1000 simultaneous requests) and limite Request timeout set to 60sec. -Admin authentication (`--admin-password` set) allows to hit Remark42 API without social login and admin privileges. Adds basic-auth for username: `admin`, password: `${ADMIN_PASSWD}`. Enable it only for the initial comment import or for manual backups. Do not leave server running with admin password set if you don't have intention to keep creating backups manually! +Admin authentication (`--admin-password` set) allows to hit Remark42 API without social login and admin privileges. Adds basic-auth for username: `admin`, password: `${ADMIN_PASSWD}`. Enable it only for the initial comment import or for manual backups. Do not leave the server running with admin password set if you don't have an intention to keep creating backups manually! User can vote for the comment multiple times but only to change the vote. Double voting is not allowed.