Replaced hardcoded name "ROC CMS" for placeholder $sitename, and missing href's with $host. Renamed database script and database table for temporal users. Renamed CMS_AUTH_API AS CMS_USER_TEMP_API. Revert design to use CMS_TEMPORAL_USER and clean CMS_USER. Refactor rename cms_auth_storage_* classes to CMS_TEMPORAL_USER_STORAGE_* Added Pending Registrations to the admin menu to show the list of pending registrarions added CSS to display temporal users
27 lines
731 B
HTML
27 lines
731 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>This is his/her 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>
|