Chuyển đến phần nội dung
WordPress.org

tiếng Việt

  • Giao diện
  • Plugin
  • Tin tức
    • Tài liệu hướng dẫn
    • Diễn đàn
  • Giới thiệu
  • Facebook #WPVN
  • Tải WordPress
Tải WordPress
WordPress.org

Plugin Directory

Frontend Login & Register Forms – Simple Login & Registration

  • Gửi một plugin
  • Yêu thích của tôi
  • Đăng nhập
  • Gửi một plugin
  • Yêu thích của tôi
  • Đăng nhập

Frontend Login & Register Forms – Simple Login & Registration

Bởi Quicksnail Plugins
Tải về
  • Chi tiết
  • Đánh giá
  • Cài đặt
  • Nhà phát triển
Hỗ trợ

Mô tả

Get beautiful, branded login forms and registration forms for your website.

Minimal setup allows you to get up and running fast.

Login & Register Forms replaces the default WordPress sign-in & registration flows on the frontend of your site.

Add simple login forms, simple register forms & lost password forms to pages, posts or templates without editing core files.

All forms can be customised and branded with ease, and integrates with popular social login buttons.

Login & Register Forms features

  • Simple login forms with [quicklrf_login].
  • Simple register forms with [quicklrf_register].
  • Add your logo, colors, labels & button styles for full branded forms.
  • Pre-built layouts that look nice.
  • AJAX submission support for login form and registration form actions.
  • Custom redirect after login.
  • Custom redirect after logout.
  • Custom redirect after registration.
  • Hide default wp-login.php page.
  • Extend form output using plugin hooks.
  • Use template tags for theme integration.

Login & Register Forms shortcodes:

  • [quicklrf_login] – Display a front-end login form.
  • [quicklrf_register] – Display a front-end register form / registration form.
  • [quicklrf_login_register] – Display a dual front-end login & register form.
  • [quicklrf_lost_password] – Display a lost password form.

Shortcode attributes reference

Shortcode attributes allow overriding default settings on individual forms.

[quicklrf_login]

  • template="default|card|split"
  • redirect="https://example.com/account/"
  • form_width="narrow|medium|wide"
  • title="Member Login"
  • primary_color="#0073aa"
  • bg_color="#f0f0f1"
  • button_style="rounded|pill|square"
  • show_logo="true|false"

[quicklrf_register]

  • template="default|card|split"
  • register_redirect="https://example.com/welcome/"
  • redirect="https://example.com/welcome/" (backward-compatible alias)
  • form_width="narrow|medium|wide"
  • title="Create Account"
  • primary_color="#0073aa"
  • bg_color="#f0f0f1"
  • button_style="rounded|pill|square"
  • show_logo="true|false"

[quicklrf_login_register]

  • template="default|card|split"
  • redirect="https://example.com/account/" (login tab redirect)
  • register_redirect="https://example.com/welcome/" (register tab redirect)
  • active_tab="login|register"
  • form_width="narrow|medium|wide"
  • title="Welcome"
  • primary_color="#0073aa"
  • bg_color="#f0f0f1"
  • button_style="rounded|pill|square"
  • show_logo="true|false"

[quicklrf_lost_password]

  • template="default|card|split"
  • form_width="narrow|medium|wide"
  • title="Reset Password"
  • primary_color="#0073aa"
  • bg_color="#f0f0f1"
  • button_style="rounded|pill|square"
  • show_logo="true|false"

Examples:

  • [quicklrf_login form_width="narrow" title="Log In" button_style="pill"]
  • [quicklrf_register register_redirect="/welcome/" primary_color="#1459c7"]
  • [quicklrf_login_register active_tab="register" title="Join Us" bg_color="#eef4ff"]

Other plugin integrations

Nextend Social Login

If Nextend Social Login is active, you can show their social login buttons at the bottom of your forms.

To enable this integration:

  1. Install and activate Nextend Social Login.
  2. Go to Login & Register settings > Advanced > Nextend Social Login.
  3. Enable one or more switches:
    • Login Form
    • Register Form
    • Login + Register Form

Behavior notes:

  • Login Form switch: shows Nextend buttons at the bottom of [quicklrf_login].
  • Register Form switch: shows Nextend buttons at the bottom of [quicklrf_register].
  • Login + Register Form switch: shows Nextend buttons inside each tab of [quicklrf_login_register] (no duplicate extra output below the form).

WP Social

If WP Social is active, you can output the WP Social login buttons at the bottom of your forms.

To enable this integration:

  1. Install and activate WP Social.
  2. Go to Login & Register settings > Advanced > WP Social.
  3. Enable one or more switches:
    • Login Form
    • Register Form
    • Login + Register Form

Behavior notes:

  • Login Form switch: renders WP Social buttons at the bottom of [quicklrf_login].
  • Register Form switch: renders WP Social buttons at the bottom of [quicklrf_register].
  • Login + Register Form switch: renders WP Social buttons inside each tab of [quicklrf_login_register] (without duplicate output below the full wrapper).

For Developers

The login and registration forms expose hooks so you can extend them without editing the plugin.

Plugin-specific action hooks (each receives the resolved $args array):

  • quicklrf_login_form_before_fields
  • quicklrf_login_form_after_fields
  • quicklrf_login_form_before_submit
  • quicklrf_login_form_after_submit
  • quicklrf_register_form_before_fields
  • quicklrf_register_form_after_fields
  • quicklrf_register_form_before_submit
  • quicklrf_register_form_after_submit

Registration also fires quicklrf_login_before_register (filter) and quicklrf_login_after_register (action) during processing.

Ảnh màn hình

Frontend lost password form
Frontend lost password form
Frontend dual login + register form
Frontend dual login + register form
Frontend register form
Frontend register form
Frontend login form
Frontend login form
Settings page
Settings page
Settings page
Settings page
Settings page
Settings page
Settings page
Settings page

Cài đặt

  1. Upload the Login & Register Forms to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to the plugin settings page and configure login form, register form and other options.
  4. Create a page for your simple login form and insert [quicklrf_login].
  5. Create a page for your simple registration form and insert [quicklrf_register].
  6. Test the full flow: registration form submission, login form submission, and redirects.

Hỏi đáp

How do I show a simple login form?

Use the [quicklrf_login] shortcode on any page or post.

How do I show a simple register form?

Use the [quicklrf_register] shortcode on any page or post.

Is this plugin good for a simple login form setup?

Yes. You can create a simple login form page in minutes using the shortcode and default styling controls.

Can I create a simple register form without coding?

Yes. Add [quicklrf_register] to a page and configure text, colors, logo, and redirect settings in the admin panel.

What is the difference between a register form and a registration form?

In this plugin, both terms refer to the same user sign-up experience. You can use either phrase when planning your page content.

Does the login form work with AJAX?

Yes. The plugin includes AJAX-powered submission for login and registration workflows where available.

Can I redirect users after login form submission?

Yes. Configure redirect targets after login, logout, and registration form completion.

Can I hide wp-login.php and use only front-end forms?

The plugin includes a hide wp-login.php option. Test carefully with your admin access flow before enabling it on a live site.

Can I style the register form to match my brand?

Yes. You can customize layout style, colors, logo, button appearance, and spacing to better match your theme.

Can I place forms in theme templates instead of shortcodes?

Yes. Template tag support is available if you prefer rendering the login form or registration form directly in PHP theme files.

Does it replace the default WordPress login form?

It provides front-end alternatives so most users can avoid the default screen. Administrators can still use standard WordPress access when needed.

Can I add custom fields or content to the forms?

Yes. The forms expose action and filter hooks for developers (see the “For Developers” section below) so other plugins can inject fields, notices, and more.

Will this work with any theme?

It is designed to work with most WordPress themes. If your theme has aggressive form styling, you may need minor CSS adjustments.

Đánh giá

Không có đánh giá nào cho plugin này.

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

“Frontend Login & Register Forms – Simple Login & Registration” 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
  • Quicksnail Plugins

Dịch “Frontend Login & Register Forms – Simple Login & Registration” 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

1.0.5 (2026-07-06)

  • Add custom button label fields

1.0.4 (2026-07-03)

  • Replaced the default WordPress user registration email with a custom welcome email flow while keeping admin new-user notifications.
  • Added Advanced settings fields to customize registration welcome email subject and message.
  • Added placeholder support for registration email templates: {username}, {site_name}, {login_url}, {account_url}.
  • Prefilled registration email subject/message fields with editable default template text for easier customization.
  • Updated registration welcome emails to HTML format and added the configured plugin logo at the top of the message.

1.0.3 (2026-07-03)

  • Added Nextend Social Login integration switches in Advanced settings for Login, Register, and Login + Register forms.
  • Added WP Social integration switches in Advanced settings for Login, Register, and Login + Register forms.
  • Added support to render Nextend social buttons at the bottom of enabled forms.
  • Added support to render [xs_social_login] at the bottom of enabled forms.
  • Fixed duplicate social output on the Login + Register wrapper by keeping output at tab level only.
  • Added integration documentation under “Other plugin integrations”.

1.0.2 (2026-07-03)

  • Fixed register shortcode redirect handling by supporting register_redirect overrides.
  • Added per-shortcode style attributes: form_width, title, primary_color, bg_color, button_style.
  • Added full shortcode attribute documentation for login, register, login/register, and lost password forms.

1.0.1 (2026-07-02)

  • Update mismatched prefixes.
  • UI updates.

1.0.0

  • Initial release.

Meta

  • Phiên bản 1.0.5
  • Cập nhật lần cuối 6 ngày trước
  • Số lượt cài đặt Ít hơn 10
  • Phiên bản WordPress 6.0 hoặc cao hơn
  • Đã kiểm tra lên đến 7.0.1
  • Phiên bản PHP 7.0 hoặc cao hơn
  • Ngôn ngữ
    English (US)
  • Thẻ
    frontend loginlogin formregister formsimple login
  • Nâng cao

Đánh giá

Chưa có đánh giá nào được gửi.

Your review

Xem tất cả đánh giá

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

  • Quicksnail Plugins

Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

Xem diễn đàn hỗ trợ

  • Giới thiệu
  • Tin tức
  • Lưu trữ
  • Quyền riêng tư
  • Trưng bày
  • Giao diện
  • Plugin
  • Mẫu khối
  • Học hỏi
  • Hỗ trợ
  • Nhà phát triển
  • WordPress.tv ↗
  • Tham gia
  • Sự kiện
  • Quyên góp ↗
  • Năm cho Tương lai
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

tiếng Việt

  • Truy cập tài khoản X (trước đây là Twitter) của chúng tôi
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Xem trang Facebook của chúng tôi
  • Truy cập tài khoản Instagram của chúng tôi
  • Truy cập tài khoản LinkedIn của chúng tôi
  • Visit our TikTok account
  • Truy cập kênh YouTube của chúng tôi
  • Visit our Tumblr account
Viết code như làm thơ.
The WordPress® trademark is the intellectual property of the WordPress Foundation.