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 2cf448d commit 7ab1eabCopy full SHA for 7ab1eab
misc-tools/force-passwords.in
@@ -5,6 +5,8 @@ import subprocess
5
webappdir = '@domserver_webappdir@'
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