You are here

README.txt in Automatic User Names 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
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 6.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/

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