Admins have to confirm each user registration. A notification will be send when the account gets approved.
- Copy the confirm-user-registration.php into your plugin directory and activate the plugin.
- Go to ´Users > Confirm User Registration > Settings´ for further editing
- Go to the Confirm User Registration menu in the user tab.
- Authenticate Users : Activate user accounts
- Block Users : Deactivate user accounts
- Option : Change some settings
No, it doesnt create any new tables. The Plugin uses user meta and options table
Yes, its fully translateable. English, german, italian and serbo-croatian are included.
- Added French language file by Guiss ( www.guiss.org )
- Added Serbo-Croatian language file by Borisa Djuraskovic ( www.webhostinghub.com )
- Added action:
send_user_authentication
; Notification informations as parameters - Added action:
confirm-user-registration-error
; Authentication error - Enhancement:
confirm-user-registration-notification-header
filter has user as arguement - Enhancement:
confirm-user-registration-notification-subject
filter has user as arguement - Enhancement:
confirm-user-registration-notification-message
filter has user as arguement
- Translation: Italian language by ostroso
- Bugfix: Usernames with an
@
in it will be confirmed correctly
- Bugfix: Bulk delete checks for delete_users capability
- Bugfix: Missing translation for user roles
- Enhancement: Bulk authenticate, block and delete - props Chris Lee
- Enhancement: Added
edit
anddelete
links - props Chris Lee
- Fix: Removed whitespace - props Dainius
- Fix: You are able to block users again.
- Added action:
confirm-user-registration-auth-user
; User ID as parameter - Added action:
confirm-user-registration-block-user
; User ID as parameter - Added action:
confirm-user-registration-options
; for extending the plugin settings - Added filter:
confirm-user-registration-error-message
; Display different error message - Added filter:
confirm-user-registration-save-option
; Save custom options - Added filter:
confirm-user-registration-notification-header
; Change notification e-mail header - Added filter:
confirm-user-registration-notification-subject
; Change notification e-mail subject - Added filter:
confirm-user-registration-notification-message
; Change notification e-mail message - Fix: Translation error for de_DE
- Fix: No javascript loop when no user is selected
- Enhancement: Prevent to block your own account
- New design
- Completly rewritten
- Small Bugfix, Multilanguage Support
- Small Bugfix
- Changing authentication subject title
- Complete new interface so it looks like a normal WordPress Backend Site.
- Added authenticate accounts panel.
- Added block accounts panel.
- Added an options panel.
- User can edit the confirmation E-mail adress.
- User can edit the confirmation E-mail subject.
- User can edit the confirmation E-mail message.
- It works with WP 2.5
- First release