Integrating into a custom auth system
I've written my own 'authentication' system for my administration site that gives users permissions based on group memeberships with a user control panel that will allow the user to reset their password. Most of the site I've written by hand (and of course that integration was easy!), with the exception of a few scripts that I'm implementing that are not my own, with EasyPHP Cal being one of them.
For all the others (photo gallery script, mailing list script), I've been able to modify the administration portions of those scripts to use my system - basically taking the authentication completely out and then inserting my own.
Is this possible with ESCal? It seems to be a bit of a behemoth to find where that kind of thing takes place (plus it's ion encoded..will that change once I input a new serial number - just waiting for it to get emailed)?
My goal is for the user to have one login and one password for the entire site and then I will manage what they have access to. I looked at the tables it created, and it doesn't appear that the events admin accounts are stored in the db (although the setup admin is). I don't necessarily need to change the setup admin - I just need access for event admin.
Thanks,
Chad
|