Some built-in web2py functions have conditional commands for
addressing AppEngine compatibility issues, it seems that this is not
performed for the email authentication. Perhaps this problem could
added to the web2py issues list?
On 26 ene, 02:43, pattu wrote:
> I didn't get much success in getti
I didn't get much success in getting logging to work with the GAE -
there is a slice for it, but it all is pretty complicated.
BUT... I tried the following code in the interactive console on the
dev engine:
import smtplib
host = 'gmail.com'
port = 587
server = smtplib.SMTP(host, port)
server.h
You could try printing this command's output to the console in
development:
...
server.login(email, password)
...
It is in line 29 of /gluon/contrib/
login_methods/email_auth.py
gluon/contrib/login_methods/email_auth.py
On 23 ene, 13:48, pattu wrote:
> Hi -
>
> Fairly silently. In the case of
Hi -
Fairly silently. In the case of running the dev_appserver.py -
submitting a correct email and password to login form just shows a
very quick response of invalid login (flash message). Compared to
running the web2py built in web server the response is too fast to let
me believe that my compu
Did you try it? How does it fail?
On Jan 23, 4:07 am, pattu wrote:
> Hi -
>
> I have found 150 answers to different questions already by googling my
> way through this list, but I didn't find anything addressing
> email_auth (using an smtp server). Here is code that works fine
> running the web2
5 matches
Mail list logo