![]() |
|
Bulk uploading/adding users - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Bulk uploading/adding users (/thread-13708.html) |
Bulk uploading/adding users - erlingsmemo - 2022-03-17 Hello there! Is there a way to upload or import multiple users via an excel document or something like that? Bulk uploading/adding users - acrylian - 2022-03-17 Nothing exists for this, you would have to create it. Take a look at this class: https://docs.zenphoto.org/1.5.x/class-Zenphoto_Administrator.html (Note it will be renamed in 1.6). The easiest would be to use a CSV file as there native PHP functions for this available. |