We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
New user created but new user not able to login
New user created but new user not able to login
Hi,
We are using the latest Version:1.0.0 (Amd64) Release:5
All existing users which are form old version ae able to login but new users created after upgrade not able to login.
OS Debian 11
what can be the issue rest the things working perfectly.
We are using the latest Version:1.0.0 (Amd64) Release:5
All existing users which are form old version ae able to login but new users created after upgrade not able to login.
OS Debian 11
what can be the issue rest the things working perfectly.
Re: New user created but new user not able to login
when checking password with...
/usr/local/vesta/bin/v-check-user-password demo Demo123
Getting below error.
/usr/local/vesta/bin/v-check-user-password: line 64: [: y: integer expression expected
/usr/local/vesta/bin/v-check-user-password: line 66: [: y: integer expression expected
Error: password missmatch
password is correct only but still showing password missmatch what will be the problem.
/usr/local/vesta/bin/v-check-user-password demo Demo123
Getting below error.
/usr/local/vesta/bin/v-check-user-password: line 64: [: y: integer expression expected
/usr/local/vesta/bin/v-check-user-password: line 66: [: y: integer expression expected
Error: password missmatch
password is correct only but still showing password missmatch what will be the problem.
Re: New user created but new user not able to login
This error is a bug in the script.
Need to check with Vesta developers to fix this or if you know shell script programming then you can try to solve it.
As I'm using version 0.9.8, I don't know how to help you with this.
Need to check with Vesta developers to fix this or if you know shell script programming then you can try to solve it.
As I'm using version 0.9.8, I don't know how to help you with this.
-
- Posts: 24
- Joined: Thu Dec 30, 2021 10:04 am
- Os: CentOS 7x
- Web: apache
Re: New user created but new user not able to login
Is there a newer version available? if so then do start using that one to avoid this bug.
Re: New user created but new user not able to login
Disable yescrypt inbirender wrote: ↑Tue Jan 25, 2022 1:47 pmwhen checking password with...
/usr/local/vesta/bin/v-check-user-password demo Demo123
Getting below error.
/usr/local/vesta/bin/v-check-user-password: line 64: [: y: integer expression expected
/usr/local/vesta/bin/v-check-user-password: line 66: [: y: integer expression expected
Error: password missmatch
password is correct only but still showing password missmatch what will be the problem.
/etc/pam.d/common-password
make sure the line looks like:
password [success=1 default=ignore] pam_unix.so obscure sha512
It is probally currently like:
password [success=1 default=ignore] pam_unix.so obscure yescrypt
Re: New user created but new user not able to login
It worked thankseris wrote: ↑Tue Feb 01, 2022 8:09 amDisable yescrypt inbirender wrote: ↑Tue Jan 25, 2022 1:47 pmwhen checking password with...
/usr/local/vesta/bin/v-check-user-password demo Demo123
Getting below error.
/usr/local/vesta/bin/v-check-user-password: line 64: [: y: integer expression expected
/usr/local/vesta/bin/v-check-user-password: line 66: [: y: integer expression expected
Error: password missmatch
password is correct only but still showing password missmatch what will be the problem.
/etc/pam.d/common-password
make sure the line looks like:
password [success=1 default=ignore] pam_unix.so obscure sha512
It is probally currently like:
password [success=1 default=ignore] pam_unix.so obscure yescrypt