From 3c7e27d9adafd27db92fdd9072bf305e0a4fd827 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Wed, 13 Mar 2024 16:34:35 +0100 Subject: [PATCH] better wording --- .env | 2 +- env.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 3f589309..23cd68e7 100644 --- a/.env +++ b/.env @@ -7,7 +7,7 @@ # Set Web usernames and passwords here. This section will be used to create / update the Nginx password file nginxpasswd. # : This is the default # : -# Use 'htpasswd -n -b "username" "password" | base64 -w0' to create the WEB_USER if you want to manually deploy T-Pot, run 'install.sh' or 'genuser.sh' if you just want to add a web user. +# Use 'htpasswd -n -b "username" "password" | base64 -w0' to create the WEB_USER if you want to manually deploy T-Pot, run 'install.sh' to automaticall add a user during installation, or 'genuser.sh' if you just want to add a web user. # Example: 'htpasswd -n -b "tsec" "tsec" | base64 -w0' will print dHNlYzokYXByMSRYUnE2SC5rbiRVRjZQM1VVQmJVNWJUQmNmSGRuUFQxCgo= # Copy the string and replace WEB_USER=dHNlYzokYXByMSRYUnE2SC5rbiRVRjZQM1VVQmJVNWJUQmNmSGRuUFQxCgo= # Multiple users are possible: diff --git a/env.example b/env.example index 3f589309..23cd68e7 100644 --- a/env.example +++ b/env.example @@ -7,7 +7,7 @@ # Set Web usernames and passwords here. This section will be used to create / update the Nginx password file nginxpasswd. # : This is the default # : -# Use 'htpasswd -n -b "username" "password" | base64 -w0' to create the WEB_USER if you want to manually deploy T-Pot, run 'install.sh' or 'genuser.sh' if you just want to add a web user. +# Use 'htpasswd -n -b "username" "password" | base64 -w0' to create the WEB_USER if you want to manually deploy T-Pot, run 'install.sh' to automaticall add a user during installation, or 'genuser.sh' if you just want to add a web user. # Example: 'htpasswd -n -b "tsec" "tsec" | base64 -w0' will print dHNlYzokYXByMSRYUnE2SC5rbiRVRjZQM1VVQmJVNWJUQmNmSGRuUFQxCgo= # Copy the string and replace WEB_USER=dHNlYzokYXByMSRYUnE2SC5rbiRVRjZQM1VVQmJVNWJUQmNmSGRuUFQxCgo= # Multiple users are possible: