Chuyển tới nội dung
  • Đăng nhập
  • Đăng ký
WordPress.org

tiếng Việt

  • Giao diện
  • Plugin
  • News
    • Documentation
    • Diễn đàn
  • Giới thiệu
  • Meetup
  • Team
  • Get WordPress
Get WordPress

Plugin

  • Mục yêu thích
  • Phiên bản Beta
  • Lập trình viên

Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Tải về

Eonet Manual User Approve

Bởi Alkaweb
  • Chi tiết
  • Đánh giá
  • Cài đặt
  • Development
Hỗ trợ

Mô tả

Eonet Manual User Approve changes the registration behavior of your WordPres site. When the plugin is active, if an user
signs up, any email containing password isn’t sent to him, instead he is alerted that have to wait for the adminin
approvaation before be able to access.
Meantime, the admin is alerted that a new user requested an approvation, he will be able to see the user informations,
and decide if allow or deny to access. In both cases, the user is alerted by email about the admin action. If he
has been approved, he will receive an email containing credentials.

Main features:

  • Allows the admin to approve or deny user sign up
  • Disallow users to login if they are not approved
  • Disallow users to reset password if they are not approved
  • Send automatic emails to both users and admin on every important action
  • You can change the content of all the messages
  • Filter users by approval status
  • SUPER easy to use, just install and active it, it’s done.

Featured compatibility:

  • Full compatible with BuddyPress

For developers:

  • Hooks/Filters available in all the plugin code
  • Documented code
  • GPL license
  • Secure development using tokens and WordPress native functions

Ảnh màn hình

  • Login page with additional welcome message
  • Users list with additional filters and actions to approve or deny users
  • Options page

Cài đặt

  1. Upload the plugin files to the /wp-content/plugins/eonet-manual-user-approve directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Go in “Eonet > Settins > Manual User Approve” and change the content of the messages
  4. It’s done, now you can approve or deny users from WordPress users screen.

Hỏi đáp

What are the variables allowed in the emails content?
  • {{$site_name}} – The name of the site
  • {{$site_url}} – The url of the site
  • {{$pending_users_url}} – The url to the lists of users in the backend, already filtered to show only the pending users
  • {{$access_url}} – It should represents the url where the user can login. By default it points to the homepage
  • {{$user_login}} – The username of the user involved in the message
  • {{$user_email}} – The email of the user involved in the message
  • {{$user_firstname}} – The first name of the user involved in the message (note that it might be empty if not filled)
  • {{$user_lastname}} – The last name of the user involved in the message (note that it might be empty if not filled)
  • {{$display_name}} – The display name of the user involved in the message
How to disable the password reset after user approval?

This can be useful if you are using some other third part membership plugin. You have to add this line in the
functions.php of your child theme:

add_filter( 'eonet_mua_avoid_password_reset', '__return_true');

Đánh giá

Plugin deleted all my customers

squatter1 2 Tháng Năm, 2019
This plugin caused me lot of trouble. It provably deleted all my customer accounts! Twice! I had to restore db backup twice and it cost lot of trouble to me and also my customers. I definitely DO NOT recommend this plugin.

Working well. 🙂

daneloctober 14 Tháng Một, 2019
We had a bit of trouble customizing at the start, I'm not sure but documentation needs to be a bit more extensive. But overall a very useful plugin. 🙂

Crashed Everything

fplouy 21 Tháng Mười Một, 2018
No email was sent from articles or forum after installing end uninstalling the plugin. Support stay with no response from a more than a month ago A big fear for me.....

Conflict with Asgaros Forum

anandaxp 13 Tháng Chín, 2018
Plugin works as described. only issue is my Asgaros forum started showing all my registered members as logged in (700 odd users). please check this conflict and thank you for making a great product.

Great plugin

bdebever 29 Tháng Ba, 2018
Does what's supposed to - good job!

works well

motonori 17 Tháng Một, 2018
Works better than other similar plugins with my configuration. But I'd like to approve after user's profile (names, etc.) have been set.
Đọc tất cả 12 đánh giá

Người đóng góp & Lập trình viên

“Eonet Manual User Approve” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp
  • Alkaweb
  • Webbaku

Dịch “Eonet Manual User Approve” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.

Nhật ký thay đổi

2.1.3 – February 2nd, 2019

  • (C)(NEW) Bootstrap 4.2 and Font Awesome 5 support
  • (FIXED) Missing users in the listing page

2.1.2 – October 2nd 2018

  • (FIXED) Missing plugin name

2.1.1 – September 23th 2018

  • (NEW) Multiple receivers support for the admin notification
  • (IMPROVED) Activation workflow by removing confusion with the BuddyPress pending tab
  • (FIXED) Unsent admin emails
  • (FIXED) BuddyPress registration issues

2.1.0 – March 12th 2018

  • (FIXED) Now the plugin can overrides the default email sent by BuddyPress to the admin when a new user signs up

2.0.5 – February 22th 2018

  • (IMPROVED) Added a filter that allows to change easily the receivers of admin notifications
  • (FIXED) Conflicts with Eonet theme settings

2.0.4 – September 21th 2017

  • (FIXED) Dropdown menu doesn’t open yet in certain conditions
  • (FIXED) Some settings come back to default after saved them

2.0.3 – July 21th 2017

  • (FIXED) An issue coming from the previous update

2.0.2 – July 21th 2017

  • (FIXED) Javascript error in the backend (Woffice conflict)

2.0.2 – July 20th 2017

  • (FIXED) A wrong folders structure

2.0.1 – July 20th 2017

  • (IMPROVED) Added more variables to the custom messages (see the FAQ)
  • (IMPROVED) Added a security check on every page, instead that only on sign up
  • (UPDATED) The Eonet core inside the plugin
  • (FIXED) The conflict with Bootstrap dropdown menu

2.0.0 – March 15th 2017

  • (NEW) Now is possible to change the content of all the messages displayed and the emails sent by the plugin
  • (NEW) Option to enable/disable email to the admin when a new user is waiting for approval

1.0.4 – March 12th 2017

  • (C)(IMPROVED) Options Style

1.0.3 – February 10th 2017

  • (IMPROVED) English grammar and spelling and updated .pot language file
  • (IMPROVED) Added text color to the action links in users list
  • (IMPROVED) Permissions check, now the users can be approved or denied from every user tat has capability “edit_users”
  • (FIXED) Some notice errors in the users list
  • (C)(IMPROVED) Translation management

1.0.2 – 6th January 2017

  • (NEW) Translation file

1.0.1 – 1st November 2016

  • Replaced constant definition with filters in order to improve extensibility
  • (C)(FIXED) the built-in component installer
  • (C)(FIXED) version number

1.0.0 – 28th October 2016

  • Initial Release

Meta

  • Phiên bản: 2.1.3
  • Lần cập nhật gần nhất: 5 năm trước
  • Lượt kích hoạt: 1.000+
  • Phiên bản WordPress: 3.0.1 hoặc cao hơn
  • Đã kiểm tra với: 5.0.20
  • Ngôn ngữ:
    English (US)
  • Tag:
    approveloginregistrationsign upusers
  • Nâng cao

Đánh giá

Xem tất cả
  • 5 sao 6
  • 4 sao 1
  • 3 sao 1
  • 2 sao 2
  • 1 sao 2
Log in to submit a review.

Những người đóng góp

  • Alkaweb
  • Webbaku

Hỗ trợ

Các lỗi đã xử lý trong vòng hai tháng gần đây:

0 trên 1

Xem diễn đàn hỗ trợ

  • About
  • News
  • Hosting
  • Quyền riêng tư
  • Showcase
  • Giao diện
  • Plugin
  • Patterns
  • Learn
  • Support
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Donate ↗
  • Swag Store ↗
  • WordCamp ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

tiếng Việt

  • Xem trang Facebook của chúng tôi
  • Visit our X (formerly Twitter) account
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our YouTube channel
Viết code như làm thơ.