adamvail / drupal_modules

Modules for Drupal
0 stars 0 forks source link

Registration Update #16

Closed ACAHNN closed 11 years ago

ACAHNN commented 11 years ago

change the registration process to allow a user to select from a prepopulated list of gyms or type in their own. (also maybe add fields for first and last name?)

adamvail commented 11 years ago

I actually realized that you can put spaces in the username. So technically we could use that if we could rename it to just name from user name.

I changed the affiliation table to have a name field instead of a username field.

On Thu, Mar 14, 2013 at 10:37 PM, ACAHNN notifications@github.com wrote:

change the registration process to allow a user to select from a prepopulated list of gyms or type in their own. (also maybe add fields for first and last name?)

— Reply to this email directly or view it on GitHubhttps://github.com/adamvail/drupal_modules/issues/16 .

ACAHNN commented 11 years ago

is this closed then or do you want me to add a field to enter their actual name as well and put that in the afilliation table instead of the username?