Re: [web2py] dotcloud admin disabled because unable to access password file

2011-03-14 Thread pbreit
Alternatively, you can place a paramters_#.py file in your web2py directory with a known password. You need one file per port (parameters_8000.py, parameters_80.py, parameters_443.py). The file should be located in the same directory as web2py.py

Re: [web2py] dotcloud admin disabled because unable to access password file

2011-03-14 Thread rochacbruno
You need to acces your dot intance via ssh and run web2py from shell with -a passwd Enviado via iPhone Em 14/03/2011, às 19:12, stargate escreveu: > I just pushed web2py onto dotcloud but i get the following error. > > admin disabled because unable to access password file > > Not to sure

[web2py] dotcloud admin disabled because unable to access password file

2011-03-14 Thread stargate
I just pushed web2py onto dotcloud but i get the following error. admin disabled because unable to access password file Not to sure how to fix this.