diff --git a/docs/docs/partials/_storage-template.md b/docs/docs/partials/_storage-template.md
index 6b733faa5..f48419c1e 100644
--- a/docs/docs/partials/_storage-template.md
+++ b/docs/docs/partials/_storage-template.md
@@ -14,6 +14,12 @@ The admin user can set the template by using the template builder in the `Admini
Year/Year-Month-Day/Filename.Extension
```
+If you want to change the storage template during the initial setup, first enable the feature.
+
+
+
+Then, customize your storage template.
+
:::tip
diff --git a/docs/docs/partials/_user-create.md b/docs/docs/partials/_user-create.md
index db9962067..a8c1c69b9 100644
--- a/docs/docs/partials/_user-create.md
+++ b/docs/docs/partials/_user-create.md
@@ -1,3 +1,9 @@
-If you have friends or family members who want to use the application as well, you can create addition accounts. The default password is `password`, and the user has to change their password after logging in to the application for the first time. The system administrator can disable this option by unchecking the option "Require user to change password on first login" in the user registration interface.
+If you have friends or family members who want to use the application as well, you can create additional accounts for them.
+
+In the Administration panel, you can click on the **Create user** button, and you'll be presented with the following dialog:
+
+
+
+You can then set an initial password. If you'd like, you can use an easy password like `password`, and keep the setting **Require user to change password on first login** active. This will prompt the user to change their password on first login, to a password that they choose.
diff --git a/docs/docs/partials/img/admin-registration-form.png b/docs/docs/partials/img/admin-registration-form.png
index f25e028c8..dd2c2caf1 100644
Binary files a/docs/docs/partials/img/admin-registration-form.png and b/docs/docs/partials/img/admin-registration-form.png differ
diff --git a/docs/docs/partials/img/create-new-user-dialog.png b/docs/docs/partials/img/create-new-user-dialog.png
new file mode 100644
index 000000000..9d472b9f7
Binary files /dev/null and b/docs/docs/partials/img/create-new-user-dialog.png differ
diff --git a/docs/docs/partials/img/create-new-user.png b/docs/docs/partials/img/create-new-user.png
index 06d046653..8d00154d5 100644
Binary files a/docs/docs/partials/img/create-new-user.png and b/docs/docs/partials/img/create-new-user.png differ
diff --git a/docs/docs/partials/img/enable-storage-template.png b/docs/docs/partials/img/enable-storage-template.png
new file mode 100644
index 000000000..0c4ca44c4
Binary files /dev/null and b/docs/docs/partials/img/enable-storage-template.png differ
diff --git a/docs/docs/partials/img/storage-template.png b/docs/docs/partials/img/storage-template.png
index 5d829b862..e920f29b1 100644
Binary files a/docs/docs/partials/img/storage-template.png and b/docs/docs/partials/img/storage-template.png differ