force login and password change

This commit is contained in:
ace
2022-07-14 22:40:50 +03:00
parent db9e8b86cc
commit 5240f788fa

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'] }}"
}