Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Bulk User Management

Descripción

A plugin that lets you manage users across all your sites from one place on a multisite install.

If you’d like to check out the code and contribute, join us on GitHub. Pull requests are more than welcome!

Instalación

  1. Upload the bulk-user-management folder to your plugins directory (e.g. /wp-content/plugins/)
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

The following filters will let you customize the plugin:

  • bulk_user_management_blogs – array of sites that can be managed
  • bulk_user_management_parent_page – sets parent page
  • bulk_user_management_admin_users – array of users by id that the plugin is active for
  • bulk_user_management_admins_by_username – array of users by username that the plugin is active for

Preguntas frecuentes

Why are there no FAQs?

Because you haven’t asked one yet.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“Bulk User Management” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Bulk User Management” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

1.1

  • Adds a screen option for number of users per page
  • Makes it more obvious when an ajax action is loading
  • Doesn’t allow current user to remove themself

1.0.1

  • Fix fatal error in PHP 5.2

1.0

  • Initial Release