Ryan,
What settings does one put into the FileManager config file? I seem to be able to get past the login screen OK, but get the “example page” when I browse for files. I think I have the path correct in the extension settings (originally I left off the /js/, but putting that in correctly didn’t help…). Currently I have:
// Authenication
$mcFileManagerConfig['authenticator'] = "SessionAuthenticator";
$mcFileManagerConfig['authenticator.login_page'] = "";
$mcFileManagerConfig['authenticator.allow_override'] = "*";
Does something need to go into the login_page parameter in the config file?
Edit: Of course, I’m using your extension…which is why I am directing my question to you. ![]()
Edit II: Oh and further config settings on FileManger…
// SessionAuthenticator
$mcFileManagerConfig['SessionAuthenticator.logged_in_key'] = "isLoggedIn";
—Hopelessly lost as usual.
