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
commit5737720589df3f64baca6863b12b520d84ec06d8 (patch)
tree710562d3daabe3b21b6a89df4024dd349c6ed88d
parentPrevent demo user from editing their profile (diff)
downloadserver-ts-5737720589df3f64baca6863b12b520d84ec06d8.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