Gazelle Administrator guide

If you want to reset users consent, you can use the sql script reset_users_consent.sql:

This script should be available next to the jar file of the gazelle-user-management-quarkus project.

Retrieve this script and execute it with the following command:

psql -h 127.0.0.1 -U gazelle -d gum < reset_users_consent.sql

[WARNING] This execution will reset all users consent. All the users will be asked to give their consent again at the next login.

If you want to reset only one user consent, you can adjust the command in the script and execute it manually.

Last updated