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
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)
UPDATE `cpg_config` SET `value` = 'username' WHERE `name` = 'login_method';
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).
Quote from: ΑndrĂ© on April 22, 2014, 02:55:24 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.