We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df8412 commit d962267Copy full SHA for d962267
misc-tools/force-passwords.in
@@ -5,6 +5,8 @@ import subprocess
5
bindir = '@domserver_bindir@'
6
etcdir = '@domserver_etcdir@'
7
8
+subprocess.run([bindir + '/dj_setup_database', 'update-password'])
9
+
10
with open(f'{etcdir}/restapi.secret', 'r') as f:
11
while True:
12
line = f.readline()
0 commit comments