ZenphotoCMS Forum
Register and Login API - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: Register and Login API (/thread-13275.html)



Register and Login API - gul791 - 14-02-2019

I am running phpBB forum. Zenphoto gallery will be its subdomain. I want to auto-generate the Zenphoto user when a user registers at phpBB. So that users do not have to go through double registration hassle. Is there any ZenphotoAPI exists for the registeration and login? Thanks




Register and Login API - acrylian - 14-02-2019

You would need to create a plugin for external authentification process. See the comments in zp-core/external_auth.php.
Or you create a complete custom authorization handler. See the comments within zp-core/lib-auth.php.