Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terminal42/contao-mailusername
https://github.com/terminal42/contao-mailusername
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/terminal42/contao-mailusername
- Owner: terminal42
- License: mit
- Created: 2012-02-01T20:06:28.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T16:31:32.000Z (almost 2 years ago)
- Last Synced: 2024-12-03T20:37:58.937Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 7
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# terminal42/contao-mailusername
With this Contao extension, a members username will be set to its email
address. A member no longer needs to give a username when registering
through the front end registration module.Usernames for existing members are not changed, but their username will
be converted to the email address the next time their data is updated
(e.g. through back end or personal data front end module).**Attention:** Before installing this extension into an existing system
with members, make sure there are no members with duplicate email
addresses!## Installation
Choose the installation method that matches your workflow!
### Installation via Contao Manager
Search for `terminal42/contao-mailusername` in the Contao Manager and add it to your installation. Finally, update the
packages.### Manual installation
Add a composer dependency for this bundle. Therefore, change in the project root and run the following:
```bash
composer require terminal42/contao-mailusername
```Depending on your environment, the command can differ, i.e. starting with `php composer.phar …` if you do not have
composer installed globally.## License
This bundle is released under the [MIT](LICENSE)