Changes added in README

main
Anthony 2023-11-08 22:03:34 +08:00
parent 3ecd87b90f
commit be6ce918b2
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Version 0.2 Changelogs:
- Added a submitUnchanged property to allow submitting the 'Add User' form even if the settings haven't been changed.
- Changed required: true to required: false for the 'Accept User Creation' checkbox
- Changed the return type to info to prevent storing the previous settings.
- Added a user listing to the manageUserform.
- Implemented the removal of a user's directory upon user deletion to maintain an accurate user listing.