User Management =================== **Please review** `Account Management `_ **before adding users.** Use the manage.py command to create new Accounts: .. code-block:: bash python manage.py create_user \ --account-number "####-####-####" \ --username "newuser" \ --email "newuser@example.com" \ --first_name "New" \ --last_name "User" \ --password "securepassword" \ --admin If you have enabled `SMTP Email Services `_, a `welcom email `_ will be sent to the new user with further instructions.