Accounts¶
Accounts enables our login system, user profiles, and other crucial account features.
Enabling Accounts¶
- Docker: Add
accountsto the list ofEXTENSIONSin the.envfile - Other: Add
accountsto theEXTENSIONSin thesettings.pyfile
Notes¶
- If there are no email settings (e.g
EMAIL_HOST, etc), there will be no email verification.