[web2py] authentication / authorization error or a bug???

2010-01-14 Thread b-global.net
Hello: I have a problem, I do not know if this is a bug or I'm making something wrong!!! I add this: auth=Auth(globals(),self.db) auth.define_tables() mail=Mail() # mailer mail.settings.server='localhost:25'# your SMTP server

[web2py] Re: authentication / authorization error or a bug???

2010-01-14 Thread b-global.net
Thank you Massimo, for all your help!!! Can I help to fix this bug? Also, can I use other email function/class with Auth ? Thank you. Best Regards, Victor -- You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to

[web2py:22699] Re: executesql is safe?

2009-05-26 Thread b-global.net
Hello: I want to say thank you to Massimo and Carlo, for all your help!!! I really appreciated all your help! Thank you, Best regards, Victor. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py Web Framework

[web2py:22536] executesql is safe?

2009-05-23 Thread b-global.net
Hello: I'm really new using python and web2py, and now I need to make some dynamic queries (the table name and the field name will be dynamic), and I think that I can use: executesql But I have some questions: 1.- Is more safe to use executesql? 2.- Advantage and disadvantage of

[web2py:16505] Re: t2/t3 plugin_t2 Internationalization

2009-02-18 Thread b-global.net
Hello: Thank you Massimo for your help!!! I understand your point, But I have a problem, for example I have different application that use the t2 module, and some of this application can use the same language file, the question will be how to make one language file that can be used for all the

[web2py:16407] t2/t3 plugin_t2 Internationalization

2009-02-16 Thread b-global.net
Hello: I have a problem, I have an application (plugin_t2) that have the t2 module, that I use in other applications, but I need to know if I can add Internationalization to this module and then I can use this Internationalization file to other applications? If yes, can you tell me how? Thank

[web2py:15214] Re: Modules and plugins

2009-01-21 Thread b-global.net
Hi Massimo: Thank you for all your help!!! Now, I have other problem!!! When I modify the imported module, the application use the old module, then I read that I can use: reload(module) But I received an error!!! this is my code: exec('from applications.blog.modules.modulotest2 import