Add new config variable SERVICE_NAME
diff --git a/templates/recover_email_form.htm b/templates/recover_email_form.htm
index 0f10ae8..393d166 100644
--- a/templates/recover_email_form.htm
+++ b/templates/recover_email_form.htm
@@ -1,4 +1,4 @@
-<h1>Change your password</h1>
+<h1>Reset your <?php echo $SERVICE_NAME;?> password</h1>
 
 <form action="" method="POST">
     <!-- Email input -->