diff --git a/docs/user/getting-started/register.md b/docs/user/getting-started/register.md
index 0abe5f093..2bbb3d7a7 100644
--- a/docs/user/getting-started/register.md
+++ b/docs/user/getting-started/register.md
@@ -20,8 +20,8 @@ Upon successful registration, you'll be provided with a Recovery Token. This tok
- Retrieving your password if forgotten.
- Regaining account access if needed.
- **To safeguard your token**:
-
+ **To safeguard your token**:
+
- Click the button or link labeled "View Recovery Token".
- Diligently copy the token and store it in a safe location.
@@ -50,6 +50,21 @@ With your account ready and Recovery Token secured:
### Troubleshooting
- Forgot your password?
+ Want to change your password?
Visit Profile Settings to reset it.
+
+
+ Forgot your password?
+Go to the Login page and click on "Forgot your password?". You'll be prompted to enter the recovery token you saved during registration. Once entered, you'll be able to reset your password.
+
+
+
+ Lost your recovery token?
+If you've lost your recovery token, there is still a chance to regain access to the Dappmanager UI. However, you will require accessing via terminal. Once you are in, you can get your recovery token by running the following command:
+
+```bash
+cat /usr/src/dappnode/DNCORE/admin-recovery-token.txt
+```
+
+