I am building a site which is composed of many chapters (clubs). The requirement is that the chapter president be able to create and manage users for his chapter but not for other chapters. Initially, I thought I would have to go to multisite WP for this, with the club presidents admins for each blog within the multisite. But then I tried wp_create_user and wp_delete user in a plugin for an author user who does not have create_user or delete_user capability (as confirmed with the members plugin). Assuming this works, as it seems to, I can easily do everything in a regular WP install with a custom plugin, which will be much simpler to maintain than the multisite. But since I am building the whole design on this assumption, I want to confirm that I am not missing something that will bite me later, or possibly in another version of WP, or have somehow convinced myself that it is true when it isn't. Has it always been this way?
↧