On May 27, 9:54 pm, captainy <[email protected]> wrote: > Okay, but where do i > - rename the login_name as 'username' ?
Look at tools.py +616 auth.settings.table_user should point to your table containing usernames/passwords. If there is a field called 'username' in this table then that is what is used for login. If your table has 'login_name' then can customise Auth class in your own Module. F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

