diff --git a/website/docs/changelog/0.3.3.md b/website/docs/changelog/0.3.3.md index 935448ea..d175a40e 100644 --- a/website/docs/changelog/0.3.3.md +++ b/website/docs/changelog/0.3.3.md @@ -27,6 +27,7 @@ Not yet released. - Fixed js bug `Uncaught TypeError: Cannot read properties of null (reading 'getAttribute')` on 'OpenPanel > SiteManager > *site*'. - Fixed validation error `Pattern attribute value [^'\ is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /[^'\/v: \ at end of pattern (anonymous) @ users_add.js?v=0.39:5` on 'OpenAdmin > Users > Add New User' form. +- Fixed bug on install script with random generated username over 20 characters limit. ### 💅 Polish - 'OpenPanel > Dashboard' statistics widget will now also display ppan limits and current number of FTP and email accounts. @@ -53,3 +54,4 @@ Not yet released. - `flarum` module is now enabled by defualt for new installations. - `opencli plans-create` now requires ftp and emails count to be set. - Alerts in user interface are now replaced with toasts. +- Characters limit for OpenAdmin username is now increased from 20 to 30 characters.