From 5e04392401f7baf9c74821f23fe8fe5fd645f48c Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 22 Aug 2021 02:42:07 +1000 Subject: [PATCH] Updated legal (markdown) --- legal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legal.md b/legal.md index a88c589..a968ee4 100644 --- a/legal.md +++ b/legal.md @@ -16,7 +16,7 @@ Please remember to include a privacy policy with your website, and credit everyo ## Spam And Agreeing to Being Contacted -One of the features built into this project is the contact flag - it's a way for the user to signal to the developer that they are OK with being contacted in the future with promotional material. This flag is saved in the `accounts` table in the database, and can be freely changed by users via their account pages. Removing this feature means you won't be able to contact *anyone*. +One of the features built into this project is the contact flag - it's a way for the user to signal to the developer that they are OK with being contacted in the future with promotional material. This flag is saved in the `accounts` table in the `auth` database, and can be freely changed by users via their account pages. Removing this feature means you won't be able to contact *anyone*. If you're in America, please refer to the [CAN SPAM act of 2003](https://en.wikipedia.org/wiki/CAN-SPAM_Act_of_2003).