Thx a lot
I think is it easy to do:
in controllers/default.py
def user():
if 'register' in request.args:
db.auth_user.email.label = T('Email)
db.auth_user.password.label = T('Password')
db.auth_user.accept_promotion = T('Accept promotional Email?')
elif 'profile' in request
Hi all,
I want to make my Auth's registration table's label support translation.
So I add a fields in Auth
"auth.settings.register_labels"
Also add this in register method in tools.py:
form = SQLFORM(table_user,
3 matches
Mail list logo