Вечер в хату
NickName Changer
Flarum extension to add, change and delete nickname
Installation
composer require dem13n/nickname-changer
Updating
composer update dem13n/nickname-changer
php flarum cache:clear
Settings
The extension has two states
In this state, all users can add, edit, and delete a nickname without restrictions
2 - In the disabled state, all users can only add without the ability to change and delete, only allowed groups can change and delete
Edit User
Administrators can add, edit, and delete nicknames
Validation
By default nickname validation is for Cyrillic and Latin, if you intend to use the extension for languages outside these groups, change the regular expression in the file
vendor\dem13n\nickname-changer\src\Validator\NickNameValidator.php
UPD
changed Cyrillic and Latin to universal variant [[:alnum:]]
Links
Issues
Issues
Importantly
This is a temporary solution