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.