Skip to content

Resetting Configuration

John Andrews edited this page Apr 2, 2023 · 3 revisions

If you need to reset your configuration, for example

  • To re-run the initial configuration to reconfigure an administrator account
  • Or to switch from local username/password to an single sign on with OpenID Connect You can run reset.sh

This will delete the "System Settings" but leave all users, system search engines, system groups.

Docker

Connect a terminal to the docker container, then run

./reset.sh

Linux

Navigate to the Fenrus directory Make the reset.sh file executable

chmod +x reset.sh

Run the reset script

./reset.sh