When creating user, infer email from name

Issue #525 closed
Brian Lewis repo owner created an issue

Mainly a UI simplification:

if the user name is an email, this is an "Identity" account, and the email is the smae as the user name.

If the user name is not an email, then the record represents an Active Directory group. An email is required: so set it to

<name>@<context>.org

e.g. PNIUsers@fedemis.org

No emails will ever get sent to his address.

Comments (1)

  1. Log in to comment