From 9bfbc5435e1a3ceeddfe733adc850ce1b1cbeb17 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Mon, 12 Aug 2024 10:58:56 +0100
Subject: [PATCH] doc formatting

---
 docs/_source/iaas_setup.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/_source/iaas_setup.rst b/docs/_source/iaas_setup.rst
index 66729ef..87adcac 100644
--- a/docs/_source/iaas_setup.rst
+++ b/docs/_source/iaas_setup.rst
@@ -412,9 +412,15 @@ a2enmod ssl (possible this is already enabled)
 touch /etc/apache2/.htpasswd
 
 (get the password from someone or make a new one)
+
 htpasswd /etc/apache2/.htpasswd southasia
+
 htpasswd /etc/apache2/.htpasswd ethiopia
 
+htpasswd /etc/apache2/.htpasswd admin
+
+**the admin account can be used by developers, to save them from having to re-enter the domain-specific passwords as they swap browsers**
+
 **create server certificates - once you have a domain name registered and pointing at this instance:**
 
 sudo snap install --classic certbot (one off, to install software)
-- 
GitLab