Skip to content
Erik Smistad edited this page Jan 26, 2021 · 1 revision

To create new users, press the "Admin" button on the top. This will lead you to the default Django admin page where you can edit all data stored in the database. Find the "Users" row, and press "Add".

Fill in the username and password. If you wish this user to be an "administrator" and have access to the admin page, you can assign them the status as superuser and staff here.

If you wish to force users to use two-factor authentication (2FA) for extra security, you may enable this by adding a TOTP device on the admin page. Select the user you wish to add 2FA for, and press save. On the next page you can press "qrcode" to view the QRCode image which you can send to your users. Note: any user that doesn't have a TOTP device, can log in with just a password, while a user with a TOTP device, has to use both password and the 2FA code to login.