[web2py] Re: Admin password

2019-12-01 Thread Nico de Groot
In admin/private there's a file hosts.deny. if you type the wrong password too many times your address will be recorded here. You can only login again after removing this line, (or the file) Nico de Groot -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://githu

[web2py] Re: Admin password

2019-10-25 Thread Gaël Princivalle
Ciao Ivan. I've solved it restoring the web2py folder from a backup and doing the wright process for changing the password. Il giorno venerdì 25 ottobre 2019 13:53:33 UTC+2, Ivan Gazzola ha scritto: > > I've got the same problem > How did you solve it? > Thx > > Ivan Gazzola > > Il giorno gioved

[web2py] Re: Admin password

2019-10-25 Thread Ivan Gazzola
I've got the same problem How did you solve it? Thx Ivan Gazzola Il giorno giovedì 16 maggio 2019 17:32:26 UTC+2, Gaël Princivalle ha scritto: > > >Does parameters_443.py exist in web2py dir? > Yes. > > >Check permissions - does web2py have access to this file? > Yes > > Il giorno giovedì 16 mag

[web2py] Re: Admin password

2019-05-16 Thread Gaël Princivalle
>Does parameters_443.py exist in web2py dir? Yes. >Check permissions - does web2py have access to this file? Yes Il giorno giovedì 16 maggio 2019 10:10:25 UTC+2, Val K ha scritto: > > Hi! > Does parameters_443.py exist in web2py dir? > Check permissions - does web2py have access to this file? --

[web2py] Re: admin password in web2py docker not correct

2017-08-07 Thread Massimo Di Pierro
I think your first proposed fix is better. the change in gluon/main.py should not be needed. It should not be completely impossible to have a " " in a password. On Saturday, 5 August 2017 11:44:46 UTC-5, JaapP wrote: > > Hi, > > Hope to save someone with the same problem some time: > > i encount

[web2py] Re: admin password

2012-01-12 Thread Anthony
The hashed password is stored in /web2py/parameters_[port number].py like this: password="[hashed password]" The hash is created via CRYPT()(password)[0], so you could replace that file with your new hashed password. The Ubuntu setup script does the following to prompt for a new password and a

[web2py] Re: Admin password change 1.88.2

2010-11-21 Thread mdipierro
fixed in trunk now. On Nov 21, 2:16 pm, Kenneth Lundström wrote: > I m getting the exact same error, on 1.89.4 and python 2.6.5 > > Apache, linux, mod_wsgi, mysql > > Kenneth > > > Can't change admin password in new version. See traceback below.. > > > -- > > VERSION web2py  Version 1.88.