Hi,
Using D7.8, Mayo theme, core Profile.
Created required fields in core profile.
However, when requesting new account, only "enter e-mail" field shows on page.
Any ideas what I'm doing wrong?

Thanks

CommentFileSizeAuthor
#10 Screenshot at 2012-01-21 11:50:51.png43.96 KBsgerbino

Comments

sgerbino’s picture

Sounds like you need to go to:

Configuration -> Account settings -> Manage fields

Then under the fields you need to display on the registration form, under the Operations column click 'edit'

Once editing the field, look for a checkbox saying

[x] Required field
[x] Display on user registration form.

For first and last names, you must check both of these. For the middle name, only display on user registration form is required.

afbergh’s picture

Thanks for the response.

Yes, that was already done. (Actually the module is good about not saving the configuration without having those fields made "required fields.")

Unfortunately, still only get "e-mail address" field under create new account tab.

Other ideas? Please?

Thank you.

sgerbino’s picture

I'd try switching to a Drupal default theme to make sure the theme isn't messing up in any way. The module only provides additional validation on the registration (not alter any fields within it other than hiding 'username').

Clear the cache a couple times and check it out again.. let me know it how goes. If it doesn't work I can look closer for you (if it's available via the web).

afbergh’s picture

Thank you.

I tried switching back to Bartik and cleared cache multiple times.
Still no change in behavior.

Sent some info to you via e-mail.

Thanks for any help.

sgerbino’s picture

Status: Active » Closed (works as designed)

When using the module 'Content permissions', one must allow the Anonymous role to 'Create field_firstname', 'field_middlename', 'field_lastname', so that it may display on the registration form.

sgerbino’s picture

Title: Name fields don't appear on registration page » Realname registration doesn't just for Content permissions
Category: support » feature
Status: Closed (works as designed) » Needs work

Realname registration should check whether Content permissions is installed, and if Anonymous users can create the desire name fields.

Title is changed to reflect the source of the problem.

sgerbino’s picture

Title: Realname registration doesn't just for Content permissions » Realname registration doesn't check for Content permissions
sgerbino’s picture

Assigned: Unassigned » sgerbino
ibandyop’s picture

@sgerbino refering to #1

Using D7.10 and Real name 7.x-1.0-rc2
Configuration -> Account settings -> Manage fields
maps to
/admin/config/people/accounts/fields

but Operations column has no 'edit' option ( has no possible option ), even when logged in as admin. Should another module be installed for operation to be available ?

sgerbino’s picture

StatusFileSize
new43.96 KB

I believe it's only available with your own custom added field, for instance add a new field for first name, make it a text field, and then you should have the edit and delete options under Operations.

I added a field called field_firstn with the label Firstname, you can see the edit delete in the screenie.

Edit: I think this is part of the CCK module that was moved in to core in d7