diff --git a/accounts.html b/accounts.html index 10525bb..b3ff247 100644 --- a/accounts.html +++ b/accounts.html @@ -148,14 +148,14 @@
If you forgot your admin password you can follow these steps to reset it:
/private/users.json
to a safe place/private/users.json.blank
over /private/users.json
or simply refresh your browserprivate/users.json
to a safe placeprivate/users.json.blank
over private/users.json
or simply refresh your browseradmin/admin123
/private/users.json
replacing the templateprivate/users.json
replacing the templateNote: 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 this query to set default password back to admin123
UPDATE `users`
SET `password` = '$2y$10$Nu35w4pteLfc7BDCIkDPkecjw8wsH8Y2GMfIewUbXLT7zzW6WOxwq'
WHERE `username` = 'admin';
diff --git a/configuration/basic.html b/configuration/basic.html
index e40b10c..d8270b4 100644
--- a/configuration/basic.html
+++ b/configuration/basic.html
@@ -72,12 +72,12 @@
Routes file is located here /backend/Controllers/routes.php
. Each route in the routes array looks like this:
Routes file is located here backend/Controllers/routes.php
Each route in the routes array looks like this:
[
'route' => [
'GET', '/download/{path_encoded}', '\Filegator\Controllers\DownloadController@download',
diff --git a/configuration/storage.html b/configuration/storage.html
index a2b7ca9..4212127 100644
--- a/configuration/storage.html
+++ b/configuration/storage.html
@@ -163,7 +163,7 @@
],
You must require additional library composer require league/flysystem-sftp
.
You must require additional library composer require league/flysystem-sftp
See official documentation.
'Filegator\Services\Storage\Filesystem' => [
'handler' => '\Filegator\Services\Storage\Filesystem',
@@ -183,7 +183,7 @@
],
You must require additional library composer require spatie/flysystem-dropbox
.
You must require additional library composer require spatie/flysystem-dropbox
See official documentation
'Filegator\Services\Storage\Filesystem' => [
'handler' => '\Filegator\Services\Storage\Filesystem',
diff --git a/translations/default.html b/translations/default.html
index 0fd095c..c61e53c 100644
--- a/translations/default.html
+++ b/translations/default.html
@@ -125,7 +125,7 @@
Translations
-Default language file is located under /frontend/translations/english.js
. You can add more languages in the same folder and adjust language
variable in your configuration.php
file to use it.
+Default language file is located under frontend/translations/english.js
You can add more languages in the same folder and adjust language
variable in your configuration.php
file to use it.
You should only translate value on the right, for example:
'Close': 'Schliessen',
Default language file is: