From 6c5e34f2bf2b02cffa3bffc0999454f237d53aa9 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Wed, 13 Mar 2024 16:37:05 +0100 Subject: [PATCH] fix typo --- .env | 2 +- env.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 23cd68e7..10123c40 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' to automaticall add a user during installation, 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 automatically 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 23cd68e7..10123c40 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' to automaticall add a user during installation, 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 automatically 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: