Hello.
I've forgot my admin password...
And I've made another mistake.
My web2py is on Webfaction and I've reset the password with the Pythonanywere instructions:
Changing your Web2py Admin Password
- Open a Bash console and cd to your web2py directory. You'll know you're in the right place if there's a file called parameters_443.py in the directory.
- Run this: python -c "from gluon.main import save_password; save_password(raw_input('admin password: '),443)"
- Reload your webapp.
Now if the admin page is don't load anymore :
403 FORBIDDEN
Soemone can give me a hand?
Thanks.