Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:46:50.000Z (over 1 year ago)
- Last Synced: 2024-08-18T15:11:33.583Z (3 months ago)
- Language: JavaScript
- Homepage: https://discuss.flarum.org/d/22603
- Size: 572 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Email as Display Name
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/clarkwinkelmann/flarum-ext-email-as-display-name/blob/master/LICENSE.md) [![Latest Stable Version](https://img.shields.io/packagist/v/clarkwinkelmann/flarum-ext-email-as-display-name.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-email-as-display-name) [![Total Downloads](https://img.shields.io/packagist/dt/clarkwinkelmann/flarum-ext-email-as-display-name.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-email-as-display-name) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](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)