stuttter / wp-user-signups
The best way to manage user & site sign-ups in WordPress
Package info
github.com/stuttter/wp-user-signups
Type:wordpress-plugin
pkg:composer/stuttter/wp-user-signups
Requires
- php: >=7.2
- composer/installers: ^1.12 || ^2.0
Requires (Dev)
- phpunit/phpunit: ^8.5.48 || ^9.6
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-10 20:49:12 UTC
README
This is the best way to manage user (and site) sign-ups in WordPress.
Use it to:
- View & manage sign-ups the WordPress way
- Resend activation emails to users who haven't received theirs yet
- Manually edit & activate sign-ups for users who are having trouble
Installation
- Download and install using the built in WordPress plugin installer.
- Activate in the "Plugins" area of your network admin by clicking the "Activate" link.
- Consider sponsoring future development by clicking "Sponsor".
- No further setup or configuration is necessary.
FAQ
Does this work on single-site, multisite, and multi-network installations?
Yes. Yes. Yes.
Does this work with BuddyPress, bbPress, and GlotPress?
Yes. Yes. Yes.
Does this work with other membership plugins?
Ya know, I'm not really sure. Please test it with your favorite ones and let me know!
Credits
This plugin is largely inspired by:
- BuddyPress
- Unconfirmed
Where can I get support?
This plugin is free for anyone to use.
Development
Install the locked development tools and run the unit suite:
composer install
composer test
Pull requests also run syntax checks across the supported PHP matrix and smoke tests on WordPress 5.2 and the latest stable WordPress release in both single-site and multisite configurations.
Contributing
Please open an issue before beginning a substantial change, then follow CONTRIBUTING.md.