heimrichhannot/contao-email2username-bundle
最新稳定版本:1.5.1
Composer 安装命令:
composer require heimrichhannot/contao-email2username-bundle
包简介
A Contao bundle that automatically sets the username based on the user email address.
关键字:
README 文档
README
A Contao bundle that automatically sets the username based on the user email address.
Features
- disables the username field and sets the name to the given user e-mail address
- works for members and users
- case-insensitive email login within tl_member & tl_user
- can be deactivated for user and/or member (see Configuration chapter)
Install & Setup
-
Install from composer or Contao Manager
composer require heimrichhannot/contao-email2username-bundle -
Customize config to your needs (e.g. enable only for backend user), see Configuration.
-
If you want only new members/users to get email as username, enable
disable_override_existing_usernamesoption.
Configuration
You can disable this bundles functionality for member or user in your config files (typically [Project-Folder]/app/config/config.yml). By default, it is activated for both.
huh_email2username: # Enable support for backend user. user: true # Enable support for frontend member. member: true # Disable overriding existing usernames. disable_override_existing_usernames: false
统计信息
- 总下载量: 4.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2018-04-04