- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$use_one_time_passwords = true;
config['use_one_time_passwords'] = true;
'use_one_time_passwords'=>true,
'config'=>array()
'config'=>array( 'debug'=>0, 'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2 // Update default LimeSurvey config here 'use_one_time_passwords'=>true, )
$mstr = "mysecret"; echo md5($mstr);
company.com/survey/index.php/admin/authe...ser&onepass=mysecret
azakaria wrote: but third site, suggested to add the following code
underCode:'use_one_time_passwords'=>true,Code:'config'=>array()
Anyways, I added the following in my config.php file
Code:'config'=>array( 'debug'=>0, 'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2 // Update default LimeSurvey config here 'use_one_time_passwords'=>true, )
config['use_one_time_passwords'] = true;
$use_one_time_passwords = false;
Small glitch in your anchor, so here is the direct link to your updated text passage:DenisChenu wrote: I already give the good way and updated www.limesurvey.org/manual/Optional_setti...e_one_time_passwords