summary refs log tree commit diff
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-03 00:13:47 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-03 00:13:47 +1000
commit1cfd2fa12930c1d721f44092e5c236972a7025f3 (patch)
treee8b1464618772f939b39bede635d21df9226728f
parentPrevent demo user from editing their profile (diff)
downloadserver-1cfd2fa12930c1d721f44092e5c236972a7025f3.tar.xz
Add consent to register
-rw-r--r--slowcord/public/register.html1
-rw-r--r--slowcord/rules.txt14
2 files changed, 15 insertions, 0 deletions
diff --git a/slowcord/public/register.html b/slowcord/public/register.html
index d660394c..5843649c 100644
--- a/slowcord/public/register.html
+++ b/slowcord/public/register.html
@@ -64,6 +64,7 @@
 					"Content-Type": "application/json",
 				},
 				body: JSON.stringify({
+					consent: true,
 					email: email,
 					username: username,
 					password: password,
diff --git a/slowcord/rules.txt b/slowcord/rules.txt
new file mode 100644
index 00000000..643f67d8
--- /dev/null
+++ b/slowcord/rules.txt
@@ -0,0 +1,14 @@
+Hi, welcome to Slowcord!
+
+Slowcord is a lightly modded Fosscord instance. You can browse it's source here: <https://github.com/MaddyUnderStars/fosscord-server/tree/slowcord>
+
+Here are some general instance-wide rules:
+* Behaviour that harms the service - be it malicious/intentional or not - is strictly forbidden. This may include API abuse/spam, exploits, etc.
+* * If you do discover an exploit/bug, it would be *greatly* appreciated if you could create an issue in the above repo, or DM <@!992709307336319001>. 
+* Harassment, homophobia, transphobia, etc, violence, and hate speech are forbidden.
+* Any content that would be considered illegal in Australia is also forbidden. Additionally, if it is illegal in your own country, it shouldn't be here.
+* Bots/selfbots are allowed. If you would like am account to be given bot status, DM  <@!992709307336319001>.
+
+These rules are non-exhaustive, but should give a good idea of what will be enforced.
+
+Permanent Slowcord guild invite: <https://slowcord.maddy.k.vu/invite/slowcord>
\ No newline at end of file