Automatic User Names
This module automatically generates a username for new and existing users based on a pattern you define, such as using parts of their email address or personal information. This makes the username field unnecessary for users during registration and editing.
This module disables the "Username" field on user registration and user edit forms and generates a username automatically using a token or module provided pattern. The pattern could therefore be based on other profile fields (like first/last name), a regex version of their email address or a random string.
This module is complimented by logintobogan, which allows users to login with their email address (and therefore makes usernames redundant for the user, but of course still necessary for Drupal's backend - where auto_username fits in). The realname module also compliments this module, because it ensures any username displays are displayed as "Firstname Surname", which may be easier to read.
Required Modules
- token (any version)
This module was originally developed by Palantir.net for the Chicago Public Schools Virtual-Kindergarten program.
Note: there is currently some cross over with the realname_registration module which provides the same end result, with a less technical administration interface. If you're looking for more control (think tokens or hook override) of your username generation, then auto_username may be better suited to you.
Depends on
Dependencies of the latest stable release
- Token
- user Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 2.0.4 | Stable | 9–11 | Jul 12, 2025 | ||
| 2.0.3 | Stable | 9–11 | Drupal 11 compatibility release. | Jul 12, 2025 | |
| 2.0.1 | Stable | 9–10 | Drupal 10 and 11. Requires the php module for php pattern evaluation | May 15, 2025 | |
| 2.0.x-dev | Dev | 9–11 | Release for Drupal 10 and 11 | May 15, 2025 | |
| 8.x-1.7 | Stable | 8–10 | Bug fixes and minor enhancements | May 15, 2025 |