I have defined a method to logins in a logins.py, file external to web2py, and I want agregate to login_methods, for example if my metod names MyMethod and is in a file called logins.py how I agregated to auth.settings.login_methods.append(MyMethod). Thank for your help
- [web2py] agregate new method to login_methods kike