If you can run the server version of web2py, run it like web2py.py -a
<password>. Then stop it. Make sure your options.py file contains a
line that says "password='<recycle>'" and that you have a
parameters_PORTNUM.py that looks like password="<password hash here>".
That should be all you need. Your WSGI setup server should pick up on
the remember setting and use the parameters file.
If you can't run the server version, (you don't have shell access). You
could run it on your desktop, and copy up the parameters file to your
server.
-tim
Hello massimo;
on WSGI hosts , how can i set password for admin interface?