You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# docker exec toothfairy4m-db-$DOCKER_SUFFIX sh -lc 'mysql -uroot -p"$MYSQL_ROOT_PASSWORD" -D "$MYSQL_DATABASE" -e "UPDATE scans_userprofile p JOIN auth_user u ON p.user_id=u.id SET p.role=\"admin\" WHERE u.username=\"llumetti\"; UPDATE auth_user SET is_staff=1 WHERE username=\"llumetti\";"'