diff options
| author | Bobby <[email protected]> | 2023-07-19 20:11:39 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-19 20:11:39 -0400 |
| commit | de926f958c794b09455a1e6a1d04e8fb0cd61c40 (patch) | |
| tree | 6e7f4c875634ceed5fc543c70100fb419b68326e /templates | |
| parent | cd4e4001c74f4c52d9066f39a06339a59a3cf085 (diff) | |
| download | thatcomputerscientist-de926f958c794b09455a1e6a1d04e8fb0cd61c40.tar.xz thatcomputerscientist-de926f958c794b09455a1e6a1d04e8fb0cd61c40.zip | |
Inactive User Deletion + General Config Changes
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/@solitude_frontend/index.html | 2 | ||||
| -rw-r--r-- | templates/blog/register.html | 1 | ||||
| -rw-r--r-- | templates/blog/site_policy.html | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/templates/@solitude_frontend/index.html b/templates/@solitude_frontend/index.html index a5b6bad4..02386298 100644 --- a/templates/@solitude_frontend/index.html +++ b/templates/@solitude_frontend/index.html @@ -1 +1 @@ -<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="../../../static/images/favicons/favicon-32x32.png"><title>frontend</title><script defer="defer" src="/../../static/%40solitude/prod/js/chunk-vendors.adef8d7f.js"></script><script defer="defer" src="/../../static/%40solitude/prod/js/app.c59158b4.js"></script><link href="/../../static/%40solitude/prod/css/app.f4c9be56.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
\ No newline at end of file +<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/static/images/favicons/favicon-32x32.png"><title>frontend</title><script defer="defer" src="/../../static/%40solitude/prod/js/chunk-vendors.adef8d7f.js"></script><script defer="defer" src="/../../static/%40solitude/prod/js/app.c59158b4.js"></script><link href="/../../static/%40solitude/prod/css/app.f4c9be56.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
\ No newline at end of file diff --git a/templates/blog/register.html b/templates/blog/register.html index ce72d35a..ec470cb3 100644 --- a/templates/blog/register.html +++ b/templates/blog/register.html @@ -13,6 +13,7 @@ </form> <br><br> <p>By registering on this site, you agree to everything that's <a href="{% url 'blog:policy' %}">written here</a>.</p> +<p><b>Note</b>: Upon registering, you will be sent an email with a link to activate your account. If you don't activate your account within 72 hours, your username will be released and you will have to register again.</p> {% for message in messages %} {% if 'accountCreated' in message.tags %} <p><small class="success">{{ message.message }}</small></p> diff --git a/templates/blog/site_policy.html b/templates/blog/site_policy.html index bc17d2a6..d03a81dc 100644 --- a/templates/blog/site_policy.html +++ b/templates/blog/site_policy.html @@ -62,7 +62,7 @@ <li><b>Length Restrictions:</b> 4-30 characters, alphanumeric only. (Unchanged)</li> <li><b>Protected Usernames:</b> Certain usernames like <i>admin</i>, <i>administrator</i>, <i>root</i>, <i>moderator</i>, etc. (non-exhaustive list) are protected and cannot be used for registering an account. (New)</li> <li><b>Changing Username:</b> Right now, this site does not allow username changes. (Unchanged) There are plans to allow username changes in the future, but it will be limited to once every 30 days. (New)</li> -<li><b>Username Purging:</b> Accounts which have registered and haven't verified their email within 72 hours will be purged and the username will be available for registration again. (New) (Not yet implemented)</li> +<li><b>Username Purging:</b> Accounts which have registered and haven't verified their email within 72 hours will be purged and the username will be available for registration again. (New) <s>(Not yet implemented)</s> <i>Implemented</i>; as of Jul 19, 2023.</li> </ul> |
