You are not logged in.
Pages: 1
Just sharing in the forum. I had some issues with Migration on a Linux server using PLESK panel. You must make sure that when migrating your environment configuration matches your Plesk panel. So for example, if your Bigtree configuration has site URL as www.yourdomain.com then the Plesk panel must register exactly www.yourdomain.com and not yourdomain.com. This will throw a CSRF error.
davidnewcomb approach above makes sense.
I'm basically looking to create a system where persons can register/login and access specific services.Having looked at the code reference, it seems i should be able to copy the requisite core class as Tim suggested above, create the appropriate module to handle users and sessions. So far so good. Is there an easier way? The default admin class is a huge thing and the API does not seem to have a way to just extract the functions i need.
Pages: 1