[web2py] Re: Password File

2019-05-14 Thread Dave S
On Monday, May 13, 2019 at 6:50:40 PM UTC-7, Suhas Jadhav wrote: > > Hi Gurus, > In my web2py application, i am connecting to two different databases. > Currently, I am saving username and password in the code. > I want to use a password file or some other mean. Can you please help. > If you're

[web2py] Re: password file

2012-09-19 Thread Richard
That works fine :(, thank you. Op dinsdag 18 september 2012 21:01:55 UTC+2 schreef Niphlod het volgende: on modern web2py the password file should look like this password=pbkdf2(1000,20,sha512)$858c916eb3bad575$ea6a279d9d32f82f1dddc24aee153669204f05aa You should create a parameters_*.py

[web2py] Re: password file

2012-09-18 Thread Niphlod
if you access your ewbsite behind ssl that's usually on port 443. so you need to create a parameters_443.py file (either on the server or in your local machine and then upload that one). Il giorno martedì 18 settembre 2012 18:26:13 UTC+2, Richard ha scritto: Hi, I have my site hosted at

[web2py] Re: password file

2012-09-18 Thread Richard
443 works better indeed. Thank you. I do get an error ticket now, opening that tickets gives a tickets again :( Op dinsdag 18 september 2012 18:28:40 UTC+2 schreef Niphlod het volgende: if you access your ewbsite behind ssl that's usually on port 443. so you need to create a parameters_443.py

[web2py] Re: password file

2012-09-18 Thread Richard
The password file didn't have the correct content. Now it contains password= where is my password containing capitals. This is however not the password with which I can login, now I am locked out, I didn't know that web2py could do that! So admin is still not running. Op dinsdag 18

[web2py] Re: password file

2012-09-18 Thread Niphlod
on modern web2py the password file should look like this password=pbkdf2(1000,20,sha512)$858c916eb3bad575$ea6a279d9d32f82f1dddc24aee153669204f05aa You should create a parameters_*.py on your machine using web2py (normally, it would create a parameters_8000.py file) and transfer it to your