Replaced auth_user fields 'first_name' and 'last_name' with 'name';
now I am getting errors.

My reasoning for using a single 'name' field is to shorten the time it
takes for new users to sign up.

They are able to add more to their profile after this, but the concept
with my website is people will signup on "impulse" thus its signup
forms need to contain as few fields as possible.

I have done a grep of my entire app and 'first_name' is not mentioned
anywhere; except in my errors directory!

It seems that `gluon\tools.py` has hard-coded for you to use the
'first_name' with 'last_name' convention.

Can we make this a parameter instead?

Or is there another way I can get around this?

Thanks for all suggestions,

Alec Taylor

BTW: The error is: `<type 'exceptions.AttributeError'> 'Row' object
has no attribute 'first_name'`

-- 



Reply via email to