Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

First steps to work on migration from ProFTPd Admin 1.0 to 2.X & password management improvement #52

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

doktoil-makresh
Copy link

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

Supports MYSQL PASSWORD() function through passwd_encryption = "MYSQL_Backend";
Updated REAMD.md and config_example.php files

TODO: migrate DB from old to new format
Migration procedure detailled in README file
@doktoil-makresh
Copy link
Author

I've added a script to automate migration of DB values from proftpd_admin 1.0 to proftpd_admin 2.2, plus procedure in README file

lucguinchard and others added 17 commits November 29, 2018 15:37
…ed. $uid takes the value of min_uid (if $cfg ['min_uid']! = -1)
…group table.

Added information message about the validation of the gid.
Retrieving form values in errors to display in the new form.
…e form for creating a group.

This avoids the NOTICES when displaying the creation form of a user.
A redirect message was created: createLoginWithoutGroup
Use these two methods in adding / editing groups and users.
Requires password validation
@doktoil-makresh
Copy link
Author

This new commit will add security in hiding password field content, and requires the user to confirm the password

@doktoil-makresh doktoil-makresh changed the title First steps to work on migration from ProFTPd Admin 1.0 to 2.X First steps to work on migration from ProFTPd Admin 1.0 to 2.X & password management improvement Nov 20, 2019
Fix add_user : problem when creating a user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants