remove bcrypt from registration key, use plain string comparison
This commit is contained in:
@@ -11,5 +11,5 @@ POSTGRES_USER="postgres"
|
||||
POSTGRES_PASSWORD="postgres"
|
||||
# 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=FtracKer*1405.
|
||||
Reference in New Issue
Block a user