System Settings

Introduction

Except for the management of system settings on the page, Spug also provides the manage.py set command for management operations through the command line.

Disable MFA

When some special circumstances, you can use the manage.py set mfa disable command to disable MFA. The usage is as follows

  1. cd spug/spug_api
  2. source venv/bin/activate
  3. python manage.py set mfa disable

Docker installation can execute the following command

  1. docker exec spug python3 /data/spug/spug_api/manage.py set mfa disable