I have added some custom user profile fields (provided by the core profile.module). All of these fields set as "Visible in user registration form" do appear in the mass user upload templates, but they do NOT appear in the tab to manually add user accounts (Account management -> New). Even if they are set to be required ("The user must enter a value").
Comments
Comment #1
roball commentedComment #2
miglius commentedYou should check the "Use profile fields in the registration form" at 'admin/settings/ldap/ldapprov' -> Registration Form -> Profile integration.
Comment #3
miglius commentedChanged the code that profile fields would not appear in the upload template if they are not enabled by the aforementioned configuration setting.
Comment #4
miglius commentedComment #5
roball commentedYeah miglius, checking that checkbox did it :-) Thanks for the pointer!