Updated readme

pull/1/head
Anthony 2025-04-08 01:08:03 +08:00
parent 0edba94133
commit 1e55bc7fc5
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
Version 0.4 Changelogs:
- Replaced auto-generated usernames with user-defined usernames
- Added username validation (3-32 characters, alphanumeric + underscore only)
- Implemented duplicate username checking
- Enhanced error handling for invalid username formats
- Added user-friendly error messages for username validation
- Maintained backward compatibility with existing user management
Version 0.3 Changelogs:
- Fixed SSH configuration handling to prevent duplicate Match User entries
- Implemented idempotent sshd_config modification using pattern matching and deduplication

View File

@ -1,4 +1,4 @@
version: 0.3
version: 0.4
id: addsftp
type: update
description: An addon to add new SFTP users. It can also manage created user accounts. If SSH is enabled, WP-CLI will attempt to be installed if it is not yet installed.