You are here

README.txt in Automatic User Names 5

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
; $Id $
ABOUT

This module disables the "Username" field on user registration and user edit
forms and generates a username automatically using a token.module-provided pattern.
That allows for usernames that are, for instance, forced to be "Lastname, Firstname",
"Firstname Last-initial", etc.

auto_username depends on token.module.


REQUIREMENTS

- Drupal 5.x
- Token module

CONFIGURATION

Once the module is enabled, go to admin/user/auto-username to configure the module.

AUTHOR AND CREDIT

Maintainer:
Larry Garfield
http://www.palantir.net/

This module was initially developed by Palantir.net and released to the Drupal
community under the GNU General Public License.

File

README.txt
View source
  1. ; $Id $
  2. ABOUT
  3. This module disables the "Username" field on user registration and user edit
  4. forms and generates a username automatically using a token.module-provided pattern.
  5. That allows for usernames that are, for instance, forced to be "Lastname, Firstname",
  6. "Firstname Last-initial", etc.
  7. auto_username depends on token.module.
  8. REQUIREMENTS
  9. - Drupal 5.x
  10. - Token module
  11. CONFIGURATION
  12. Once the module is enabled, go to admin/user/auto-username to configure the module.
  13. AUTHOR AND CREDIT
  14. Maintainer:
  15. Larry Garfield
  16. http://www.palantir.net/
  17. This module was initially developed by Palantir.net and released to the Drupal
  18. community under the GNU General Public License.