coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: kellydewinter on October 25, 2012, 11:47:28 PM

Title: New Install - Login Failed
Post by: kellydewinter on October 25, 2012, 11:47:28 PM
Brand New installation , When Login failed when entering User Name And Password

Installed Site
http://www.xxxx.com/xxxxxx/gallery/login.php?

Permissions for the two subdirectories below set to 777
http://www.xxxx.com/xxxxxx/gallery/albums
http://www.xxxx.com/xxxxxx/gallery/include

Site did not send out email for verification after entering user name and password, but there was an entry in the users table.
Changed verified to 'YES' in users table for login.

After attempting to login system creates an entery to pan my IP address for 1 day.

Removed record from banned table.

Tried again. Stiil says Login Failed.

Its a clean install  on a hosted godaddy account.

Any suggestions ?????



Coppermine Photo Gallery v1.5.20
Title: Re: New Install - Login Failed
Post by: Jeff Bailey on October 25, 2012, 11:55:30 PM
Please post a real link.
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270616.html#msg270616

Did you use an auto-installer or the install docs?

Quote from: kellydewinter on October 25, 2012, 11:47:28 PM
Site did not send out email for verification after entering user name and password, but there was an entry in the users table.
Changed verified to 'YES' in users table for login.
What exactly are you talking about here? user_active?

Can you use the forgot password link?
You can also edit it as a MD5 hash in the database.
Title: Re: Re: New Install - Login Failed
Post by: kellydewinter on October 26, 2012, 02:29:57 AM
Quote from: Jeff Bailey on October 25, 2012, 11:55:30 PM
Please post a real link.
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270616.html#msg270616

Did you use an auto-installer or the install docs?
What exactly are you talking about here? user_active?

Can you use the forgot password link?
You can also edit it as a MD5 hash in the database.

I used the auto installer ,

I set the user Active to 'YES' in the user table.

The forgot password link will not send me a password. but I'm positive I have the correct password.

How do you edit it as a MD% hash ?
Title: Re: Re: New Install - Login Failed
Post by: Jeff Bailey on October 26, 2012, 02:54:39 AM
Quote from: Jeff Bailey on October 25, 2012, 11:55:30 PM
Please post a real link.
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270616.html#msg270616

We don't support auto-installers.
http://documentation.coppermine-gallery.net/en/auto-installers.htm

Download from:
http://sourceforge.net/projects/coppermine/files/latest/download?source=files
Follow these instructions instead:
http://documentation.coppermine-gallery.net/en/install.htm

Quote from: kellydewinter on October 26, 2012, 02:29:57 AM
How do you edit it as a MD% hash ?
Something like
UPDATE `cpg15x_users` SET  `user_password` = MD5(  'password' ) WHERE  `cpg15x_users`.`user_id` =1;
Title: Re: New Install - Login Failed
Post by: kellydewinter on October 26, 2012, 04:19:05 PM
Found another messasge in the forum, Cleared cache and it's now working great. Thanks