you can set labels to auth_user table

db.auth_user.first_name.label = 'F Name'
db.auth_user.last_name.label = 'WHATEVER'

If you mean extra link in login/register form, simply edit
/views/default/user.html



2010/12/29 David J. <da...@styleflare.com>

> Where is the code that Generates the FORMs?
>
> What is the best way to modify this; Currently when it outputs the key name
>
> It puts a colon; ex. "First Name:" instaead of just "First Name"
>
> I simply want to remove that from the form.
>
> Also on the links of the welcome app; That generate the "[ login | register
> | lost pasword? ]" links
>
> I want to remove all those extra chars.
>
> I checked the templates I dont see it in there;  I also see something in
> gluon.tools.py but I dont want to modify gluon code.
>
> Thanks.
>
>
>
>


-- 

Bruno Rocha
http://about.me/rochacbruno/bio

Reply via email to