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 b1f684b commit 5957a50Copy full SHA for 5957a50
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