force login and password change

This commit is contained in:
ace 2022-07-14 22:40:50 +03:00
parent db9e8b86cc
commit 5240f788fa
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0

4
templates/users.json.j2 Normal file
View File

@ -0,0 +1,4 @@
{
"username": "{{ wireguard_ui_env['WGUI_USERNAME'] }}",
"password": "{{ wireguard_ui_env['WGUI_PASSWORD'] }}"
}