when you started web2py for the first time you should have created it.
The password is stored in a file that is called parameters_portnumber.py 
If you don't have that file, then log on the server with ssh, go into the 
web2py folder and do

python
from gluon.main import save_password
save_password('yourpassword', 443)
exit()


Alternatively, you can just 
web2py.py -a yourpassword
and then terminate the process and copy the newly created password_8000.py 
to password_443.py


PS: 443 because it's the default port for https://

-- 

--- 
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.


Reply via email to