-
When I create a JWT for super-admin, it won't sync across the Network, so a JWT has to be created for each site. Which is not ideal.
easaw updated
4 years ago
-
Many thanks for taking up and continuing the development of this very useful plugin, Yehudah! I have adopted the plugin for a few sites (all running in multisite mode) I run due to the bug in the defa…
-
We should support [WordPress Multisite](http://codex.wordpress.org/Create_A_Network) one day.
The main question is how to physically split the sites in the network. Should they have separate Git repo…
-
I love what you're doing here, and I'd be very interested in using this for a multisite setup if that is something you guys plan on supporting in the future. I don't expect it would be looked at soon,…
-
Need to modify the functionality within multisite installations, to show a few options that will make life easier for network admins.
1. Option to globally activate using these settings? Or choose set…
-
Hey, so we're using a WP multisite setup, and noticed that when a site is deleted, Cavalcade doesn't clean out the jobs for these non-existent sites.
```
add_action('delete_blog', 'cleanup')
fu…
-
I would like to change the default sort behavior on the "All Websites" Dashboard. I'd like to sort descending by website name. I know I can click the column header, but is there a way to change the de…
-
Make it so admins of individual sites can manage the user list, not just the super admin. Will help those using WP for SaaS instances and need to allow others to maintain their own subsite.
-
Only the super-admin can edit Onepage Settings on a Multisite installation.
(Maybe: https://core.trac.wordpress.org/ticket/28451)
-
The original `user-new.php` script has lots of functionality, especially for multisite (where you can promote users, etc.). We need feature parity.
Perhaps we should split this form in a separate fil…