Password reset
If you need to reset the admin password or password of any other user, you can use the built-in password reset command:
docker exec -it logbull ./main --new-password="YourNewSecurePassword123" --email="admin"
Replace admin@example.com
with the actual email address of the user whose password you want to reset.
Last updated on