I followed this step with the exception of the -u www-data because that user isn't present on my os x system and heroku nor gunicorn docs mention it.
I still receive the access denied message "admin disabled because unable to access password file" even though I have a parameters_443.py file. My site https://teststeps.herokuapp.com/ now has 2 paramters_<port>.py files. The port 5000 file works for running locally with 'foreman start web'. Each heroku dyno sets the PORT var. I'm not sure why its not working. Any suggestions are appreciated... My best, Jay On Thursday, May 2, 2013 9:14:49 AM UTC-4, Massimo Di Pierro wrote: > > sudo -u www-data python -c "from gluon.main import save_password; > save_password(raw_input('admin password: '),443)" > > replace 443 with PORT > > > >> -- 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.

