remove bcrypt from registration key, use plain string comparison
This commit is contained in:
+1
-1
@@ -11,5 +11,5 @@ POSTGRES_USER="user"
|
||||
POSTGRES_PASSWORD="pwd"
|
||||
# TOKEN_LIFETIME in minutes
|
||||
TOKEN_LIFETIME=600
|
||||
# Secret key for registration (plaintext, hashed with bcrypt at startup)
|
||||
# Secret key for registration (plaintext comparison)
|
||||
REGISTRATION_SECRET_KEY=your-registration-key
|
||||
|
||||
Reference in New Issue
Block a user