Hi,
I want to use piwigo to make an gallery app which users can register by themselves, but now I only see API for admin to add user, Is there a user registration API for piwigo? or is it difficult to make such an API?
Thank you!
Piwigo version: Piwigo 2.8.6
Offline
You can write a plugin to add the missing methods for the API. There's a dedicated event handler for such situation : ws_add_methods. You can see community plugin for an example.
Offline
nicolas wrote:
You can write a plugin to add the missing methods for the API. There's a dedicated event handler for such situation : ws_add_methods. You can see community plugin for an example.
Thank you for your reply! so I know the direction to solve the problem now
How much time do you think it will cost to write such a plugin for a developer if his is new to piwigo?
(I am asking a friend to do this so I hope it will not cost too much time)
thank you
Offline