I am working on integrating zenphoto with a custom panel. I have created a script for when they register to create them their own personal photo album and to make them the administrator of said album. The only issue that I am running into is that I don't know how to login a user. Do you have any ideas on how I can go about that. I have the single user login, but I am not sure how I can go about edit that.
Is there any tutorial that I can look at for learning on how to work with the login as I also need to add my own session variables to their login.
Comments
Currently I am calling `getAdministrators()` and `checkLogin()`
I modified getAdministrators() to getAdministrators($email) to return the row with the information for the given email address.
Any suggestions?