You can set the "writable" attribute of the extra fields to False. You can 
change that attribute conditionally for registration vs. profile, etc. if 
necessary (e.g., if request.args(0) == 'registration').

Anthony

On Friday, February 24, 2012 12:21:18 AM UTC-5, Sanjeet Kumar wrote:
>
> I am added the some extra fields in the auth_user table and i want to hide 
> those fields when the user will go for the registration user can only see 
> the following fields during the registration:
>
>
>    - First name
>    - Last name
>    - email-id
>    - Password
>    - verify password
>
>

Reply via email to