Allow Multiple Accounts
Allow multiple user accounts to be created, registered, and updated having the same email address. By default, WordPress only allows a specific email address to be used for a single user account. This plugin removes that restriction. The plugin’s settings page (accessed via Users -> Multiple Accounts or via the Settings link next to the plugin on the Manage Plugins page) provides the ability to allow only certain email addresses the ability to have multiple accounts (such as if you only want admins to have that ability; by default all email addresses can be used more than once). You may also specify a limit to the number of accounts an email address can have (by default there is no limit). The settings page also provides a table listing all user accounts that share email addresses (see screenshot). Compatible with Multisite and BuddyPress as well. Links: Plugin Homepage | Plugin Directory Page | Author Homepage Template Tags The plugin provides three optional template tags for use in your theme templates. Functions Returns a count of the number of users associated with the given email. Returns the users associated with the given email. Returns a boolean indicating if the given email is associated with more than one user account. Arguments $email (string) An email address. Filters The plugin exposes three filters for hooking. Typically, customizations utilizing these hooks would be put into your active theme’s functions.php file, or used by another plugin. c2c_count_multiple_accounts (filter) The ‘c2c_count_multiple_accounts’ hook allows you to use an alternative approach to safely invoke c2c_count_multiple_accounts() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site. Arguments: same as for c2c_count_multiple_accounts() Example: Instead of: Do: c2c_get_users_by_email (filter) The ‘c2c_get_users_by_email’ hook allows you to use an alternative approach to safely invoke c2c_get_users_by_email() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site. Arguments: same as for c2c_get_users_by_email() Example: Instead of: Do: c2c_has_multiple_accounts (filter) The ‘c2c_has_multiple_accounts’ hook allows you to use an alternative approach to safely invoke c2c_has_multiple_accounts() in such a way that if the plugin were deactivated or deleted, then your calls to the function won’t cause errors in your site. Arguments: same as for c2c_has_multiple_accounts() Example: Instead of: Do:
Top keywords
- email15×3.48%
- accounts13×3.02%
- c2c12×2.78%
- multiple11×2.55%
- multiple accounts10×2.32%
- users7×1.62%
- count5×1.16%
- address4×0.93%
- allows4×0.93%
- arguments4×0.93%
- c2c count4×0.93%
- c2c count multiple4×0.93%
Check & Log
In need of a tool that allows you to easily log and view all emails sent from WordPress? Check & Log might be just the solution for that. This WordPress plugin helps you store sent emails for auditing purposes, as well as debug email related problems in your WordPress site. Works best on eCommerce websites that have been created with WooCommerce or Easy Digital Downloads. Home | Help & Tech Support | Documentation | Premium Features New Features of the plugin Check & Log Email 2.0 Export Logs – It allows to export email logs in multiple file format with date range and status Learn More. More Fields – Such as Cc, Bcc, Host IP, Reply To etc. Log Retention Period – It allows to deletes old emails when a certain amount of logs and time has passed. Print or save as PDF – You can print the email log, or save it as a PDF. Resend email – This feature allow you to modify email and resend email. Forward Email – By using this feature you can automatically forward a copy of all emails sent by WordPress to other email addresses Learn More. Easy migration – It is allow you to import data from various plugins like Email Log, Mail logging – WP Mail Catcher, WP Mail Logging, WP Mail Log and export the data. Email Error Tracking – You can easily see list of errors of emails and view details of error. Setup Wizard – Wizard setup allows you to one time setup of this plugin. Default Format for Message – Its allow you to Default Format for Message on view of content. SMTP – Its allow you to setup your own smtp through Check & Email Log SMTP form. Multisite Configure – Its allow to configure global setting for all your sites. Encoding – Its allow to encode emails and phone in page content. Outlook / MS 360 – Its allow to send email using 360 / outlook configuration Learn More. Gmail SMTP – Its allow to send email gmail configuration Learn More. Email Spam Testing – Its allow to testing of your mail for accurate delivery Learn More. Features of the plugin Check & Log Email Test email sending – if you’re not sure whether WordPress is sending emails, you can use this plugin to find out. The process is very simple: you need to choose an address that will receive a simple test email. You can even override the custom header with your own values, to avoid any other issues. Viewing logged emails – they can be viewed from the admin interface, as they are stored in a separate table. You get the option to filter them based on subject, email, date, etc. Deleting logged emails – you can delete them by going to the admin interface. You can either delete them in bulk or selectively – by date, email, or subject. Ability to change the “mail from” email address, “mail from name” and override default email WordPress addresses. Premium Features of the plugin Check & Log Email Triggered Data – Triggered data helps you in debugging by showing the exact code that is sending that email Learn More Filters wp_mail_catcher_mail_success – is triggered before an email is sent. It has a single argument that is an array containing original mail info. check_email_email_log_before_insert – is triggered before an email data about to save in check & Log Email. It has a two argument. log – It is an array containing argument that will store in database original_mail_info – It is an array containing argument of original mail info. wp_check_email_failed – is triggered when an email is failed. It has a two argument. mail_error_data – It is an array containing argument that has what possible reasons of error. mail_error_message – It is an string containing error message. Action check_email_log_inserted – is triggered after data successfully saved in log. check_email_loaded – is triggered when check & log email successfully loaded. Support We try our best to provide support on WordPress.org forums. However, We have a special community support where you can ask us questions and get help about your Check & Log Email related questions. Delivering a good user experience means a lot to us and so we try our best to reply each and every question that gets asked. Bug Reports Bug reports for Check & Log Email are welcomed on GitHub. Please note GitHub is not a support forum, and issues that aren’t properly qualified as bugs will be closed. Credits * jsPDF used https://github.com/parallax/jsPDF – License URI: https://github.com/parallax/jsPDF/blob/master/LICENSE * league/oauth2-client used https://github.com/thephpleague/oauth2-client – License URI: https://github.com/thephpleague/oauth2-client/blob/master/LICENSE