
內容簡介
WP Custom Register Login 外掛適合需要客製化使用者登入或註冊、並且想避免經典的 WordPress 登入和註冊頁面的網站,此外掛提供在網站上的任何位置放置簡碼的功能。
它還提供了透過後端啟用或禁用設置,以自動透過使用者電子郵件驗證進行新帳戶啟用的功能。
使用 WP Custom Register Login,您可以在任何響應式網站上輕鬆使用登入和註冊表單。
一些功能
使用 AJAX 驅動的登入和註冊,無需重新整理頁面!
使用 Bootstrap 的完全響應式設計。
自訂成功登入/登出後重定向 URL,重定向您的使用者至自訂 URL 或頁面。
輕鬆從後端自訂您的登入/註冊表單標題以及按鈕文字。
自訂註冊電子郵件通知樣板,可從後端管理。
現在您的訪客可以從您設置的頁面進行登錄或註冊。
易於使用:使用簡碼設置登入和註冊表單。
向註冊的使用者和網站管理員發送註冊通知電子郵件。
通過使用者的電子郵件驗證最小化垃圾郵件註冊。
2.0.0 版中的新功能
啟用/禁用密碼重置功能,以便註冊使用者透過使用者驗證電子郵件和秘密驗證標記重置密碼。
在註冊頁面上啟用/禁用編號驗證碼。
完全可自訂的登入、註冊和忘記密碼表單通知訊息。
完全可自訂的電子郵件登入、註冊和密碼重置功能。
用於簡單設置管理的全新選項卡設置頁面。
1.1.0 版中的新功能
透過驗證電子郵件自動確認和啟用新用戶帳戶。
可以輕鬆地從管理後端啟用/禁用新使用者電子郵件確認設置。
只需建立一個普通的 WordPress 頁面,並使用以下簡碼:
登入表單:[wpcrl_login_form]
註冊表單:[wpcrl_register_form]
使用方式
創建登入或註冊頁面的步驟。
創建頁面
添加以下簡碼:[wpcrl_login_form] 或 [wpcrl_register_form]
發佈/更新頁面。
在主題文件中使用的步驟:
使用 do_shortcode() 簡碼,顯示您的登入或註冊表單的位置。
例如:<?php echo do_shortcode("[wpcrl_login_form]"); ?>
未來版本中即將添加的功能:
在管理設置中顯示登入和註冊表單的模態彈出窗口。
可以使用電子郵件地址作為用戶名的選項。
從後端選擇字段以自訂您的表單。
從後端自訂表單驗證。
支持國際化。
外掛標籤
開發者團隊
原文外掛簡介
WP Custom Register Login is for the sites that need customized user logins or registrations and would like to avoid the classic wordpress login and registration pages, this plugin provides the capability of placing a shortcode anywhere on the website.
It also provides the feature to enable or disable the setting from backend for automating the new account activation via user email verification.
With WP Custom Register Login, you can easily make use of login and registration forms within any responsive wesbsite.
Some of the features
AJAX-powered login and registration, no screen refreshes!
Fully responsive design using Bootstrap.
Customize your redirect URL after successful login/logout to redirect your users to a custom URL or page.
Easily customize your login/registration form heading as well as the button text from the backend.
Custom registration email notification template that can be managed from backend.
Now your visitors can login or register from the page you’ve set-up.
Easy to use : Set up login and registration form using shortcodes.
Registration notifications emails sent to the registered user and website admin.
Minimize spam signups via user’s email verification.
New exciting features in version 2.0.0
Enable/Disable password reset feature to enable registered user to reset the password through a user verification email and secret authentication token.
Enable/Disable numbered Captcha on registration page.
Fully Customizable notification messages on login, registration and forgot password forms.
Fully customizable emails for login, registration and password reset feature.
Completely new tabbed settings page for easy settings management.
New exciting features in version 1.1.0
Automatic new user account confirmation and activation via verification email.
Easily enable/disable new user email confirmation setting from admin backend.
Just create a normal WordPress page, and use the following shortcodes:
For login form: [wpcrl_login_form]
For registration form: [wpcrl_register_form]
Usage
Steps for creating a login or register page.
Create a page
Add the following shortcode [wpcrl_login_form] or [wpcrl_register_form]
Publish/Update the page.
Steps for using in theme files:
Use the shortcode using do_shortcode() wherever you want to show your login or
registration form.
For example :
Up coming features in future releases:
Admin setting to show login and registration form in modal popup.
Provision to use email address as username.
Customize your form by choosing fields to show from backend.
Customize form validations from backend.
Support internationalization.
