By default when creating new user in FreeipaGUI it automatically fills email with template username@doman I need to make email filed was mandatory in new user modal window, so it was unable to create new user without specifying email
Anton PalkoBrosov via FreeIPA-users wrote:
By default when creating new user in FreeipaGUI it automatically fills email with template username@doman I need to make email filed was mandatory in new user modal window, so it was unable to create new user without specifying email
I don't understand the question. Are you trying to create your own user creation screen in the web UI?
rob
When we adding new use to domain in GUI mandatory fileds are: username GivenName FamilyName so i need in this for added additional field to fill in, email field
Anton PalkoBrosov via FreeIPA-users wrote:
When we adding new use to domain in GUI mandatory fileds are: username GivenName FamilyName so i need in this for added additional field to fill in, email field
Doing so would require two changes. One to the IPA baseuser plugin that makes the 'mail' parameter required (so mail* to mail+).
And add mail to the webUI user add page.
I think both changes would be patches you'd have to carry and remember to patch on new installs and package updates.
rob
freeipa-users@lists.fedorahosted.org