Added fields for application denial emails, both with and without a deny reason. (#53)

This commit is contained in:
Crayolable 2023-06-12 21:37:19 -04:00 committed by Felix Ableitner
parent 9ebd8de8b8
commit a4c910e39f

View file

@ -1,11 +1,14 @@
{ "registration_approved_subject": "Registration approved for {username}", { "registration_approved_subject": "Registration approved for {username}",
"registration_approved_body": "Your registration application has been approved. Welcome to {hostname}!", "registration_approved_body": "Your registration application has been approved. Welcome to {hostname}!",
"registration_denied": "Registration denied", "registration_denied": "Registration denied",
"registration_denied_subject": "Registration denied for {username}",
"registration_denied_body": "Your registration application for {hostname} has been denied.",
"registration_denied_reason_body": "Your registration application for {hostname} has been denied.<br>The following reason was provided:<br><br>\"{deny_reason}\"",
"application_question_required": "You must add an application questionnaire if applications are required.", "application_question_required": "You must add an application questionnaire if applications are required.",
"password_reset_subject": "Password reset for {username}", "password_reset_subject": "Password reset for {username}",
"password_reset_body": "<h1>Password Reset Request for {username}</h1><br><a href=\"{reset_link}\">Click here to reset your password</a>", "password_reset_body": "<h1>Password Reset Request for {username}</h1><br><a href=\"{reset_link}\">Click here to reset your password</a>",
"verify_email_subject": "Verify your email address for {hostname}", "verify_email_subject": "Verify your email address for {hostname}",
"verify_email_body": "Please click the link below to verify your email address for the account @{username}@{hostname}. Ignore this email if the account isn't yours.<br><br><a href=\"{verify_link}\">Verify your email</a>", "verify_email_body": "Please click the link below to verify your email address for the account @{username}@{hostname}. Ignore this email if the account isn't yours.<br><br>, <a href=\"{verify_link}\">Verify your email</a>",
"email_verified_subject": "Email verified for {username}", "email_verified_subject": "Email verified for {username}",
"email_verified_body": "Your email has been verified.", "email_verified_body": "Your email has been verified.",
"notification_post_reply_subject": "Reply from {username}", "notification_post_reply_subject": "Reply from {username}",