From 6881673416dcb90e693b10d1249c747241a2d7c4 Mon Sep 17 00:00:00 2001 From: doctator Date: Thu, 1 May 2025 11:36:41 +0000 Subject: [PATCH] Add Account Creation Policy --- Account-Creation-Policy.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Account-Creation-Policy.md diff --git a/Account-Creation-Policy.md b/Account-Creation-Policy.md new file mode 100644 index 0000000..bcf66f6 --- /dev/null +++ b/Account-Creation-Policy.md @@ -0,0 +1,20 @@ +# Account Creation Policy + +## Customer Accounts + +- Created automatically via WHMCS upon signup +- Email verification is required before service activation +- Strong passwords (minimum 10 characters) are enforced +- 2FA is recommended and required for admin-facing services + +## Staff/Admin Accounts + +- Created manually by Super Admin only +- Must use SSH keys for server access +- Access logs are enabled and monitored +- Each staff account must be linked to an internal email + +## Account Naming Convention + +- Customers: `client_{username}` +- Admins: `admin.{firstname}` \ No newline at end of file