Re: not allowing me to login to admin site

2008-07-08 Thread James Bennett
On Tue, Jul 8, 2008 at 4:33 AM, allisongardner <[EMAIL PROTECTED]> wrote: > Will look further into problem as it does not accept any of my user > logins that have been created by the admin site, even though I know i > am using the correct username and password. I do have shell access as > I am

Re: not allowing me to login to admin site

2008-07-08 Thread allisongardner
Hi Daniel, No i didn't consider salted hashes (I have never heard of them is the reason lol). I have now reset it to the hash as you suggested and I can now login in. THANK YOU!!! Will look further into problem as it does not accept any of my user logins that have been created by the admin site,

Re: not allowing me to login to admin site

2008-07-08 Thread allisongardner
Sorry just to add I am a newbie. I looked up previous questions and found: "I'm greatly enjoying this excellent project. However, I have a problem with users created through the admin web interface being able to log into the admin site. I get "Please enter a correct username and password." Even

Re: not allowing me to login to admin site

2008-07-08 Thread Daniel Hepper
Hi! When you change the password with phpmyadmin, did you consider that passwords are not stored in plaintext, but as salted hashes? You can try to set it to this value: sha1$3a68b$7fbea95491a9d04e3cf647d5c8e675da69e1d458 This should set your password to 'passwort' (without apostrophes).

not allowing me to login to admin site

2008-07-08 Thread allisongardner
Hi! I went away for the weekend, when all was working fine, and having come back to work I have found that I cannot login to the admin site. Checked the database users passwords and they had automatically changed themselves to random strings. I changed the user password back in phpmyadmin but