Fixed an issue that prevented the password reset tokens from working. Added email templates for password reset success and new account creation. Added more dynamic email template support.
10 lines
No EOL
245 B
JSON
10 lines
No EOL
245 B
JSON
{
|
|
"USERNAME" : "acore",
|
|
"PASSWORD" : "acore",
|
|
"SERVER_IP" : "127.0.0.1",
|
|
"MYSQL_PORT" : 3306,
|
|
"DATABASE" : "acore_auth",
|
|
"SMTP_EMAIL_ADDRESS" : "email_address",
|
|
"SMTP_EMAIL_PASSWORD" : "email_app_password"
|
|
|
|
} |