Admin
Control the admin UI.
Last updated
Control the admin UI.
Last updated
The admin page is accessible via [site domain]/admin, or by clicking the admin item in the top right menu of the site.
New users can be managed and created in the Users section.
To add a new user, click the + Add button, then input a user name using the prefix of the user’s email address (e.g. john_wayne@lineverge.com => john_wayne), and password Temp12345.
Click on Save and continue editing, add the Personal Info including email...
Automail sends emails to the users through a backend process that needs to be scheduled and uses the below generic function that references the constants EMAIL_USERNAME, EMAIL_USERNAME_SEND, EMAIL_SIGNATURE, PROXIES, SUPPORT_EMAIL_ADDRESS, COMPANY_NAME, APPLICATION_NAME_SHORT, ALLOWED_HOSTS, and DEBUG settings.py.
Click the User onboarding emails link.
Then select the target user(s) and click Reset password(s), then GO.
Automail will generate a new random password and send it to the user's registered email address.
To make a user inactive, find the user under Users and uncheck the Active checkbox.
Groups are defined in the Groups section.
Once a group is defined, it can be assigned to a user in the User section by selecting a user.
... and assign the user to the right permissions group and click SAVE. TODO INTO 1 STEP WITHOUT MANUAL PASSWORD INPUT