[WordPress] 外掛分享: Allow Multiple Accounts

WordPress 外掛 Allow Multiple Accounts 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Allow Multiple Accounts」是 2009-06-22 上架。
  • 目前有 10000 個安裝啟用數。
  • 上一次更新是 2017-11-28,距離現在已有 2713 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.6 以上版本才可以安裝。
  • 有 22 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

coffee2code |

外掛標籤

email | signup | account | registration | multiple accounts |

內容簡介

允許建立、註冊及更新多個具有相同電子郵件地址的使用者帳戶。

預設情況下,WordPress 只允許一個特定的電子郵件地址用於單一使用者帳戶。此外掛移除此限制。

此外掛的設定頁面(透過使用者→多個帳戶或在管理外掛頁面上此外掛旁的設定連結)提供了僅允許某些電子郵件地址能夠擁有多個帳戶的功能(例如如果您只想讓管理員具有此能力;預設上所有電子郵件地址都可以使用超過一次)。您也可以指定每個電子郵件地址所能夠擁有的帳戶數目上限(預設上沒有限制)。

設定頁面還提供了一個表格,列出所有共用電子郵件地址的使用者帳戶(請參閱螢幕截圖)。

亦相容於多站點和 BuddyPress。

連結: 外掛首頁 | 外掛目錄頁面 | 作者首頁

樣板標籤

此外掛提供三個選用的樣板標籤可用於您的佈景主題樣板中使用。

函數

回傳與給定電子郵件相關聯的使用者數目。

回傳與給定電子郵件相關聯的使用者。

回傳一個布林值,表示給定電子郵件是否與多個使用者帳戶相關聯。

引數

$email(字串)
電子郵件地址。

篩選器

此外掛提供三個可供掛鉤的篩選器。通常,利用這些掛鉤來進行自訂的方式是將其放入您的現行佈景主題的 functions.php 檔案中,或由另一個外掛使用它們。

c2c_count_multiple_accounts (篩選器)

「c2c_count_multiple_accounts」掛鉤允許您使用另一種方法安全調用 c2c_count_multiple_accounts(),以使如果該外掛停用或刪除,則您對該函數的呼叫不會在您的網站中導致錯誤。

引數:

與 c2c_count_multiple_accounts() 相同

範例:

不是:

是:

c2c_get_users_by_email (篩選器)

「c2c_get_users_by_email」掛鉤允許您使用另一種方法安全調用 c2c_get_users_by_email(),以使如果該外掛停用或刪除,則您對該函數的呼叫不會在您的網站中導致錯誤。

引數:

與 c2c_get_users_by_email() 相同

範例:

不是:

是:

c2c_has_multiple_accounts (篩選器)

「c2c_has_multiple_accounts」掛鉤允許您使用另一種方法安全調用 c2c_has_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:

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Allow Multiple Accounts」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0 | 1.1 | 1.5 | 2.0 | 2.5 | 2.6 | 3.0 | 2.0.1 | 2.6.1 | 2.6.2 | 3.0.1 | 3.0.2 | 3.0.3 | 3.0.4 | trunk |

延伸相關外掛(你可能也想知道)

  • User Registration & Membership – Custom Registration Form, Login Form, and User Profile 》使用者註冊 - WordPress 上最好的註冊外掛, 您是一位毫無網站程式設計知識的初學者嗎?沒問題!使用者註冊的拖曳式表單建立器可讓您建立任何類型的 WordPress...。
  • WP-Members Membership Plugin 》8211; allows you to restrict file downloads to registered users only, with customizable download links., MailChimp Integration – integrates W...。
  • User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 》e front-end, Translation Ready – Profile builder is available in multiple languages., Support – Our team provides top-notch support for any issues ...。
  • Login/Signup Popup ( Inline Form + Woocommerce ) 》實際演示, 一個簡單而輕量的外掛,讓註冊、登入和重設密碼的流程更加順暢。, 您可以獲得兩種驚人且完全可自定義的設計-使用短代碼的彈出視窗和內嵌表格。, 您...。
  • WP Events Manager 》WP Events Manager 是什麼?, WP Events Manager 是一款功能強大的活動管理外掛,擁有所有重要的活動網站功能。, 它可以幫助您更輕鬆地管理所有活動,甚至可...。
  • UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP 》外掛程式 | 示範 | 文件, 這是一個占用資源最少且 100% 安全的 WordPress 使用者註冊、登入和使用者個人資料管理外掛程式。您可以使用喜愛的頁面建構器自訂設...。
  • New User Approve 》「New User Approve 外掛」可以自動化您的 WordPress 網站上的使用者註冊流程。, 通常在 WordPress 網站上,使用者註冊流程非常簡單。當新使用者註冊後,他們...。
  • Login With Ajax – Fast Logins, 2FA, Redirects 》Login With Ajax 是針對需要用戶登錄或註冊的網站,希望避免使用常規的WordPress登錄頁面或在常規登錄頁面添加 AJAX 特效的外掛。此外掛能夠在側邊欄上添加帶...。
  • RegistrationMagic – Custom Registration Forms, User Registration, Payment, and User Login 》istrationMagic是一款強大的WordPress使用者註冊外掛程式及WordPress註冊表單建立工具,能讓您在網站上完全掌控使用者註冊。您可以為使用者創建各種WordPress...。
  • Registrations for the Events Calendar – Event Registration Plugin 》使用自訂表單和電子郵件範本,收集和管理活動註冊。無論您舉辦聚會、課程、工作坊、比賽或其他任何類型的活動,您都需要一種處理註冊的方式。我們的外掛使得...。
  • Ban Hammer 》我們都曾經遇到這樣的問題:一群來自 mail.ru 的垃圾郵件發送者正在註冊您的博客,但您希望保持開放的註冊方式。如何在不影響您的顧客的情況下消除這些垃圾郵...。
  • Clean Login 》此為Responsive Frontend Login and Registration外掛,透過shortcodes顯示登入、註冊、編輯和重置密碼表單。, 在您的免費測試網站上試用此外掛: 點擊此處 =&...。
  • AJAX Login and Registration modal popup + inline form 》這款外掛容易整合 Login 和 Registration 功能,並使用shortcode的內置表單提供模態對話框(nodal)。與任何主題兼容。, DEMO >>, 功能:, , 容易整合(可...。
  • La Sentinelle antispam 》修改後:, , 放心,您的網站現在已經免於垃圾訊息的困擾了。La Sentinelle 可以用簡單而有效的方式保護您的 WordPress 網站,防止垃圾訊息的侵入。, 它有針對...。
  • WP Events Manager WooCommerce 》WP Events Manager 是一個功能強大的活動管理外掛,包含了活動網站的所有重要功能。, WP Events Manager Woocommerce 支援透過 WooCommerce 提供的付款系統支...。

文章
Filter
Apply Filters
Mastodon