forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: Sugarbird on April 15, 2014, 02:58:22 pm

Title: Login by email address
Post by: Sugarbird on April 15, 2014, 02:58:22 pm
I set my login from username login to email address login. I am now unable to login. I tried 'I forgot my password', it returns - 'user unknown'. I would like to change back to username login. I am using the latest coppermine gallery version. My gallery URL: www.b-h.co.za/gallery
Title: Re: Login by email address
Post by: gmc on April 16, 2014, 12:15:08 am
Via a tool like phpMyAdmin, edit the cpg_config table to set login_method to username.
SQL: (change table prefix from off_ to your defined value)
Code: [Select]
UPDATE `cpg_config` SET `value` = 'username' WHERE `name` = 'login_method';
Title: Re: Login by email address
Post by: Αndré on April 22, 2014, 02:55:24 pm
Quote
<!--Coppermine Photo Gallery 1.4.25 (stable)-->

cpg1.4.x isn't supported anymore. You should upgrade to the latest stable release of cpg1.5.x (currently cpg1.5.28).
Title: Re: Re: Login by email address
Post by: gmc on April 22, 2014, 09:07:13 pm
cpg1.4.x isn't supported anymore. You should upgrade to the latest stable release of cpg1.5.x (currently cpg1.5.28).
The things I can't see when working from my tablet...
(Haven't found a way to view page source to see the version running... or download/open the update.sql file...)

Or I would have suggested the upgrade as well.