From 1fc3ca62eeb334f55fc1ac6503df00f7e06edbb1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 23 Nov 2016 00:12:05 -0500 Subject: Make the instance name and domain configurable. --- web/html/passreset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/passreset.php') diff --git a/web/html/passreset.php b/web/html/passreset.php index 951266a..e77e5b6 100644 --- a/web/html/passreset.php +++ b/web/html/passreset.php @@ -46,7 +46,7 @@ if (isset($_GET['resetkey'], $_POST['email'], $_POST['password'], $_POST['confir if (empty($email)) { $error = __('Missing a required field.'); } else { - $subject = 'AUR Password Reset'; + $subject = __('%s Password Reset', config_get('options', 'branding_shortname')); $body = __('A password reset request was submitted for the ' . 'account %s associated with your e-mail address. ' . 'If you wish to reset your password follow the ' . -- cgit v1.2.3-54-g00ecf