Hi,

Is there any implication I might not be aware of if I get rid of "username" and "password" fields from the form? I would like to have a simplified form with only roles and emails.

Thanks for the great module.

Comments

marcp’s picture

Sound like you'll need a module to form_alter the form.

When adding multiple users, if you leave password blank userplus will generate a password for you so hiding that field or making it a value shouldn't be a problem.

Drupal's going to require user names, though, when adding the users so you'll need to generate a username from the email address when you hide that field. I'm pretty sure userplus isn't going to automatically respect any other modules that allow you to use email addresses instead of user names.

Did that answer your questions?

gausarts’s picture

Status: Active » Fixed

I need to further check those good and bad edit stuffs.

Thanks for clarification.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.