https://github.com/FriendsOfFlarum/username-request
Allow users to request new usernames
https://github.com/FriendsOfFlarum/username-request
Last synced: 21 days ago
JSON representation
Allow users to request new usernames
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/username-request
- Owner: FriendsOfFlarum
- License: mit
- Created: 2019-07-06T07:18:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T09:16:23.000Z (7 months ago)
- Last Synced: 2024-10-29T22:37:25.318Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 425 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-flarum - FoF Username Request - Allow users to request new usernames. (Extensions / User ([:top:](#table-of-contents)))
README
# Username Request by FriendsOfFlarum
 [](https://packagist.org/packages/fof/username-request) [](https://opencollective.com/fof/donate)
A [Flarum](http://flarum.org) extension. Allows users to request new usernames which can be approved by moderators or admins.
### Usage
In order for permissions to be honored correctly when using `flarum/nicknames`, be sure to set `Edit Own Nickname` to `admin` in that extension, and use the permissions provided by this extension instead.
### Installation
Install with composer:
```sh
composer require fof/username-request:"*"
```### Updating
```sh
composer update fof/username-request
```### Links
[
](https://opencollective.com/fof/donate)
- [Packagist](https://packagist.org/packages/fof/username-request)
- [GitHub](https://github.com/FriendsOfFlarum/username-request)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).