Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Changing password for FTP user has no effect #2151

Closed
gregoriopellegrino opened this issue Nov 9, 2021 · 13 comments
Closed

Changing password for FTP user has no effect #2151

gregoriopellegrino opened this issue Nov 9, 2021 · 13 comments

Comments

@gregoriopellegrino
Copy link

Operating System (OS/VERSION):

CentOS 7

VestaCP Version:

1.0.0-4

Installed Software (what you got with the installer):

php-fpm, nginx, mariadb

Steps to Reproduce:

go to t

  • he web tab
  • click the Edit button of a host
  • go to Additional FTP section (my host has four FTP accounts)
  • for an account click on Generate (next to password)
  • click on Save button

The save is successful, but the user's password has not changed.

@anton-reutov
Copy link
Collaborator

try to run this commands

echo "/sbin/nologin" >> /etc/shells
echo "/usr/sbin/nologin" >> /etc/shells

@gregoriopellegrino
Copy link
Author

They are already there:

cat /etc/shells

/bin/sh
/bin/bash
/usr/bin/sh
/usr/bin/bash
/sbin/nologin
/usr/sbin/nologin

@anton-reutov
Copy link
Collaborator

What error are you get ?

@gregoriopellegrino
Copy link
Author

gregoriopellegrino commented Nov 9, 2021

No errors. After saving the host conf I get Changes have been saved.

But the FTP password is not changed.

@anton-reutov
Copy link
Collaborator

I meant errors in the ftp client

@gregoriopellegrino
Copy link
Author

With new credentials I get

530 Login incorrect.

With old credentials (old password) I can login :)

@anton-reutov
Copy link
Collaborator

Ok, thank you. I will check it.

@gregoriopellegrino
Copy link
Author

Is it fixed in 1.0.0-5?

Thanks

@anton-reutov
Copy link
Collaborator

Yes, fix release will be tommorow

@gregoriopellegrino
Copy link
Author

Is the new version released?

@anton-reutov
Copy link
Collaborator

anton-reutov commented Nov 15, 2021

Not yet. We need to fix interface for mobile
#2100
and this
#2164

@wojsmol
Copy link
Contributor

wojsmol commented Nov 15, 2021

@anton-reutov IMHO if RWD fix will delay release too match then it can be moved to 1.0.0-6.

@anton-reutov
Copy link
Collaborator

Users are waiting fix for "responsive", we should doing this in 1.0.0.5

@anton-reutov anton-reutov added this to the 1.0.0.5 milestone Nov 15, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants