Copied site resources on related module source folder. Renamed "login" module as "auth" module, and updated related locations and files.
18 lines
476 B
HTML
18 lines
476 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>New Activation</title>
|
|
<meta name="description" content="New Activation token">
|
|
<meta name="author" content="ROC CMS">
|
|
</head>
|
|
|
|
<body>
|
|
<p>You have request a new activation token at<a href="...">ROC CMS</a></p>
|
|
|
|
<p>To complete your registration, please click on this link to activate your account:<p>
|
|
|
|
<p><a href="$link">$link</a></p>
|
|
<p>Thank you for joining us.</p>
|
|
</body>
|
|
</html> |