https://github.com/clarkwinkelmann/flarum-ext-email-as-display-name
Use user emails as their display name in Flarum
https://github.com/clarkwinkelmann/flarum-ext-email-as-display-name
Last synced: 2 months ago
JSON representation
Use user emails as their display name in Flarum
- Host: GitHub
- URL: https://github.com/clarkwinkelmann/flarum-ext-email-as-display-name
- Owner: clarkwinkelmann
- License: mit
- Created: 2020-01-22T22:12:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:46:50.000Z (over 2 years ago)
- Last Synced: 2025-03-24T23:51:25.834Z (3 months ago)
- Language: JavaScript
- Homepage: https://discuss.flarum.org/d/22603
- Size: 572 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Email as Display Name
[](https://github.com/clarkwinkelmann/flarum-ext-email-as-display-name/blob/master/LICENSE.md) [](https://packagist.org/packages/clarkwinkelmann/flarum-ext-email-as-display-name) [](https://packagist.org/packages/clarkwinkelmann/flarum-ext-email-as-display-name) [](https://www.paypal.me/clarkwinkelmann)
This extension offers two features:
- Use user emails as their "display name" in Flarum.
- Permission to see for own user
- Permission to see for all users (be careful with this one)
- Removes usernames from login and sign up forms. New users are assigned a random string as username.
- Must be enabled in the settings modal## Installation
composer require clarkwinkelmann/flarum-ext-email-as-display-name
## Support
This extension is under **minimal maintenance**.
It was developed for a client and released as open-source for the benefit of the community.
I might publish simple bugfixes or compatibility updates for free.You can [contact me](https://clarkwinkelmann.com/flarum) to sponsor additional features or updates.
Support is offered on a "best effort" basis through the Flarum community thread.
## Links
- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-email-as-display-name)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-email-as-display-name)
- [Discuss](https://discuss.flarum.org/d/22603)