On Monday, January 16, 2017 at 2:48:20 AM UTC-8, Andrea Fae' wrote: > > Hello, I symply installed: > - python 2.7.13 > - web2py 2.14.6 from source code on Windows 2012 R2 with IIS installed > > If I type from cmd > "python web2py.py" the GUI interface appears, it ask me the admin > password, I type and all is working > > If I type from cmd > "python web2py.py -a 'password' and I started browser at > http://120.0.0.1:8000 and go to the admin interface the system ask me the > password, I type but the system tells me "password invalid". > Why? >
Is that a typo for http://127.0.0.1:8000? Check that [web2py dir]/parameters_8000.py exists. /dps -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

