Quote:
Originally Posted by Calibius
Well that's good! With basic auth working it should be fairly simple to setup the per user configs!
Also know that with the alternate filematch in you config_local.php file you need to set the secure fetch.php option. I'm posting from my phone at the moment, so I can't send you the exact option, and you shouldn't worry about it until everything else is working. But that filematch option opens fetch.php to being insecure and you can access it to potentially download files et centers without authentication
|
Ok, good to know!
Next step was to add the send email option. Here is the entry I made in config_local.cfg:
Code:
$config['cops_mail_configuration'] = array( "smtp.host" => "smtp.gmail.com",
"smtp.username" => "myacct@gmail.com",
"smtp.password" => "mygmailpassword",
"smtp.secure" => "ssl",
"address.from" => "myhotmailacct");
I think I did this before and it worked, but it doesn't hurt to get extra eyes on it!