From 286a693565562512e08bd3059db05cb2d58e1200 Mon Sep 17 00:00:00 2001
From: Billy Griffiths <billy.griffiths@gmail.com>
Date: Mon, 13 Feb 2023 11:52:54 +0000
Subject: [PATCH] Update Readme.md

---
 Readme.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Readme.md b/Readme.md
index 8555739..fc4631c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -11,6 +11,13 @@
 - Public key: `98b4828a495e7e0e13d80d8bf94f3b1c`
 - Private key: `082ced46919bffe1b6db0f96de96d608`
 
+Once configured, do the following to create an admin user (and make life easier for yourself):
+
+- Create Admin User: `bin/magento admin:user:create`
+- Disable 2FA: `bin/magento module:disable Magento_TwoFactorAuth`
+- Disable Admin Captcha: `bin/magento config:set admin/captcha/enable 0`
+
+
 ### Adobe account details
 
 - Email: `tech@uafrica.com`
-- 
GitLab