We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1e2b6 commit 9ffd334Copy full SHA for 9ffd334
CHANGELOG
@@ -1,3 +1,6 @@
1
+Changes in version 5.0.61
2
+ Correct gl-admin script in relation to password and 2fa resets
3
+
4
Changes in version 5.0.60
5
Correct fix included in 5.0.9 correcting regression introduced in 5.0.58 preventing submission of new reports
6
Fix receipt change handler for recipient assisted submissions
backend/bin/gl-admin
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#! /usr/bin/python3
# -*- coding: utf-8 -*-
import argparse
import json
0 commit comments