ProFTPd-Admin
ProFTPd-Admin copied to clipboard
Graphical User Interface for ProFTPd with MySQL support
Supports MYSQL PASSWORD() function through passwd_encryption = "MYSQL_Backend"; Updated REAMD.md and config_example.php files Next step : migrate DB from old to new format
Incorrect datetime value: '0000-00-00 00:00:00' for column 'last_login' at row 1 in /var/www/main/ftpadmin/includes/ez_sql_mysqli.php on line 272 After i updated my MySQL to 5.7.22
Hi, I have installed ProFTPd-Admin on my current MariaDB 10.4.20 (bundled with XAMPP and PHP 7.4). But importing the `table.sql` as mentioned in the installation guide the database will reject...
Hi, the check with `strpos` could be falsy if username have the same beginning: `test`, `test_1`, `test_2` etc. So I have added a stricter method for checking those. regards, Sven
Hello, I can't create group, please help; **mysql Ver 8.0.20-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu)) PHP 7.4.3 (cli) (built: May 26 2020 12:24:22) ( NTS ) PHP 7.4.3 (cli) (built:...
Do you know if the project here is still maintained? Do you know if someone could check the information to be reconciled from the fork Secure version? (2016) https://github.com/ChristianBeer/ProFTPd-Admin/issues Last...
HI, When I try to delete a user in the proftpd admin web console, I get the following error: Cannot remove user "test" from group ""; see log files for...
It would be nice to be able to also set an password expiration date in the UI and store that in the database for Proftpd to check against.
add debian proftpd sql examples
I've had in mind to send the new created user an email with the login details for his / her FTP-Account if an Email was saved. Maybe I try to...