-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e21d81d
commit f228640
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,15 +40,15 @@ Rename the `example.env` file to `.env` and update it with your database credent | |
|
||
#### Accessing the backend | ||
|
||
To access the "backend" for the first time, follow these steps: | ||
To access the "backend" for the first time after the installation, follow these steps: | ||
|
||
1. Navigate to `yourserver.com/admin/login` (user icon) | ||
2. Use the credentials `[email protected]` and `00000` | ||
3. Upon successful login, you will be directed to the profile page with *super_admin* rights | ||
|
||
#### Changing email and password | ||
|
||
Open the `.env` file and update it with your email credentials. If you've modified the `.env` file, follow these steps: | ||
Open the `.env` file and update it with your mailbox credentials. If you've modified the `.env` file, follow these steps: | ||
|
||
1. Upon login, on the profile page, modify and submit your email address to initiate the email change process | ||
2. After successfully changing your email address, go to `yourserver.com/admin/logout` to log out (logout icon) | ||
|