g8998 / pivpn-web

MIT License
8 stars 3 forks source link

I cant login can you please help #1

Open sakahaout opened 8 months ago

sakahaout commented 8 months ago

I tried almost all the users and also the possible ways but the user and password did not match. How can I solve it? image

sakahaout commented 8 months ago

Can I get your social media account like Facebook, Twitter, Instagram telegram WhatsApp. So I can easily connect with you?

garvankeeley commented 7 months ago

~If you are using wireguard you need to make this change:~

diff --git a/app/script.sh b/app/script.sh
index b254e05..8244453 100755
--- a/app/script.sh
+++ b/app/script.sh
@@ -2,7 +2,7 @@

 user=$1
 password=$2
-userPivpn=$(sudo cat /etc/pivpn/openvpn/setupVars.conf | grep install_user | sed s/install_user=//)
+userPivpn=$(sudo cat /etc/pivpn/wireguard/setupVars.conf | grep install_user | sed s/install_user=//)

edit: nvm, this repo doesn't support wireguard, just use CLI for that

VilterPD commented 7 months ago

I second that, cannot log in

I've been wondering if username and passwort should be " or not.

Up until the login it works great. Thanks for the effort