Hello.

Here we can change the auth.settings messages:
http://web2py.com/books/default/chapter/29/09/access-control#Auth-Settings-and-messages

For a multilingual website it's necessary changing:
auth.messages.verify_password = 'Verify Password'
to
auth.messages.verify_password = T('Verify Password')

I suggest to already make this change for all the messages in a future 
web2py release.
Verify Password is in the lnaguage.py file, but not 'Check to delete:' for 
example.

It miss the documentation for two messages:
auth.messages.verify_email = ...
auth.messages.reset_password = ...

How can I set with T() this messages like :
auth.messages.verify_email = T('Welcome %(username)s ! Click on the link 
%(link)s to verify your email.'

Thanks.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to