- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
// If the user enters password incorrectly $config['maxLoginAttempt'] = 3; // Lock them out after 3 attempts $config['timeOutTime'] = 60 * 10; // Lock them out for 10 minutes.
INSERT INTO `lime_users` VALUES(1, 'admin', 0x35653838343839386461323830343731353164306535366638646336323932373733363033643064366161626264643632613131656637323164313534326438, 'Administrator', 0, 'en', 'youremail@address.com', 'default', 'default', 'default', '', 1,'2014-03-12', '2014-03-12');