From 83e76f9fefee7756f29683a02a7f3814499eeb61 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 26 Jan 2024 01:02:54 -0700 Subject: [PATCH] Update Configs & Servers/Linux/privacyIDEA.md --- Configs & Servers/Linux/privacyIDEA.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Configs & Servers/Linux/privacyIDEA.md b/Configs & Servers/Linux/privacyIDEA.md index 5ff9c0b..ed2d8bd 100644 --- a/Configs & Servers/Linux/privacyIDEA.md +++ b/Configs & Servers/Linux/privacyIDEA.md @@ -54,4 +54,13 @@ Now we need to launch the template. Assuming all of the above was completed, we TASK [Install PrivacyIDEA with Apache2] **************************************** changed: [auth] PLAY RECAP *********************************************************************auth : ok=7 changed=5 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 - ``` \ No newline at end of file + ``` + +## Create an Administrator Account +You will need to use the CLI in the server in order to create the first administrative account. Run the following command and provide a password for the administrator account. +``` sh +sudo pi-manage admin add nicole.rappe -e nicole.rappe@bunny-lab.io +``` + +## Log into the WebUI +Assuming you created an `A` record in the DNS server pointing to the IP address of the privacyIDEA server, Navigate to https://auth.bunny-lab.io and sign in with your newly-created username and password. (e.g. `nicole.rappe`) \ No newline at end of file