You miss the -a "password" parameter I think! You pass the same password that is encrypted in you parameters_443.py file...
It may still miss some parameter to specify you want to run the server in https mode. Read this : http://web2py.com/books/default/chapter/29/04/the-core#Command-line-options About command line options Richard On Fri, Oct 4, 2013 at 12:47 PM, Gour <[email protected]> wrote: > Hello! > > Today I had problem making web2py working under cloned project with > gunicorn server. > > In the beginning I did start web2py with: > > python anyserver.py -s gunicorn -p localport > > and I was able to use stored password to access admin interface remotely > via https. > > However, when I tried with a new 'project' cloning web2py from the > scratch and cp-ing parameters_443.py from the original project, no matter > what I was doing, I always got: > > admin disabled because unable to access password > > which, I confess, is a bit misleading 'cause the same parameters_443.was > there with the same perms. > > Finally, don't know why (I did not went through the whole book yet), I > tried by cp-ing parameters_80.py from the original project and I was > able to login. > > Here, I'm a little bit puzzled 'cause I was always trying to access my > site by using: https://tld/ and not http://tld, so I wonder why is > parameters_80.py required to get the form for admin interface and how to > populate it when starting from the scratch? > > In case of https, I was using save_password method... > > > Sincerely, > Gour > > -- > For him who has conquered the mind, the mind is the best of > friends; but for one who has failed to do so, his mind will > remain the greatest enemy. > > http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810 > > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.

