-
-
Notifications
You must be signed in to change notification settings - Fork 101
SQL Authentication Configuration
f0cker edited this page Mar 1, 2022
·
5 revisions
SQL Authentication Configuration
If you're using local application authentication you just need to set the following entry in the config file (default in the example crackq.conf):
[auth]
type: sql
You will need to also add an initial admin account with the below command and follow the prompts. Note the containers need to be running from the previous step:
sudo docker exec -it crackq /usr/bin/python3 /opt/crackq/build/crackq/add_admuser.py
...and that's it, skip to notification settings (if you want to use notifications) then run the application.