From 87658c0e9310cb8c7d674576d8826f54324e5045 Mon Sep 17 00:00:00 2001 From: alcalbg Date: Tue, 9 Jul 2024 11:27:25 +0000 Subject: [PATCH] deploy: 9ac240659f4576c312f825aa32778842546f8206 --- accounts.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/accounts.html b/accounts.html index c36167d..16f0353 100644 --- a/accounts.html +++ b/accounts.html @@ -135,12 +135,12 @@
  • Batch Download (user can download multiple files and folders at once)
  • Zip (user can zip and unzip files)
  • -

    Some permissions require others. For example, Batch Download requires Read permissions (so than user can list files and select them) as well as basic Download permissions.

    +

    Some permissions require others. For example, Batch Download requires Read permissions (so that user can list files and select them) as well as basic Download permissions.

    Guest account

    -

    Guest account is predefined account and it is disabled by default since no permissions is assigned.

    +

    Guest account is a predefined account and it is disabled by default since no permissions are assigned.

    Admin can enable Guest account which will allow everyone to interact with the repository based on the Guest account permissions.

    Resetting Admin's password

    -

    If you forgot your admin password you can follow these steps to reset it:

    +

    If you forgot your admin password, follow these steps to reset it:

    -

    Note: If you're using database Auth adapter then simply run this query to set default password back to admin123

    +

    Note: If you're using database Auth adapter then simply run the SQL query below to set default password back to admin123

    UPDATE `users`
     SET `password` = '$2y$10$Nu35w4pteLfc7BDCIkDPkecjw8wsH8Y2GMfIewUbXLT7zzW6WOxwq'
     WHERE `username` = 'admin';