Skip to content

Commit 33fdf25

Browse files
committed
feat: add command hint for generating login attempt salt
1 parent 1c1e554 commit 33fdf25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ ADMIN_PASSWORD=change-me-min-12-chars
2525

2626
# Login Security Configuration
2727
# Required: high-entropy salt used to hash login attempt identifiers (protects rate limiting)
28+
#openssl rand -base64 48
2829
LOGIN_ATTEMPT_SALT=generate-a-random-64-byte-string
2930

3031
# Logging Configuration

0 commit comments

Comments
 (0)