27 lines
719 B
HTML
27 lines
719 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Account Evaluation</title>
|
|
<meta name="description" content="Account Evaluation">
|
|
<meta name="author" content="$sitename">
|
|
</head>
|
|
|
|
<body>
|
|
<h2> Account Evaluation </h2>
|
|
<p>The user $user ($email) wants to register to the site <a href="$host">$sitename</a></p>
|
|
|
|
<blockquote><p>User application:</p>
|
|
<p>$application</p>
|
|
</blockquote>
|
|
|
|
<p>To complete the registration, please click on the following link to activate the user account:<p>
|
|
|
|
<p><a href="$activation_url">$activation_url</a></p>
|
|
|
|
<p>To reject the registration, please click on the following link <p>
|
|
|
|
<p><a href="$rejection_url">$rejection_url</a></p>
|
|
</body>
|
|
</html>
|