WordPress.org

Thai

  • ธีม
  • ปลั๊กอิน
  • News
  • ช่วยเหลือ
  • เกี่ยวกับ
  • ฟอรั่ม
  • ทีม
  • การมีส่วนร่วม
  • Meetup
  • WordCamp Bangkok
  • Gutenberg
  • Get WordPress
Get WordPress
WordPress.org

Plugin Directory

PSW Front-end Login & Registration

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

PSW Front-end Login & Registration

By Gilblas Ngunte Possi
Download
  • Details
  • Reviews
  • Installation
  • Development
Support

Description

We added a new feature for Facebook and Google Log in – Check the documentation for more details

PSW Front-end Login & Registration plugin allows you to seamlessly create and manage login and registration forms on your website, directing users to specific pages for these actions. By redirecting from the standard wp-admin or wp-login.php URLs, you improve your site’s security by reducing exposure to common cyberattacks targeting these login points.

This plugin also includes options to disable the default login and set up email-based account validation. It’s perfect for site administrators who want a user-friendly and more secure way for users to log in and register.

Key Features:
* Supports multiple languages, including French and English (translation-ready with a .pot file).
* Fully responsive design that works on mobile, tablet, and desktop devices.
* Streamlined redirection process to improve user experience.
* Secure password recovery for registered users via token-based authentication.
* Option to disable the default login URL and replace it with a custom URL.
* Social login integration (Google and Facebook) for easier access.

Note: To enable the registration form, ensure that user registration is activated in your site settings. Go to Settings -> General, and check the option Membership – Anyone can register.

Additional Information

To translate the plugin, use the .pot file included in the plugin folder. Upload translations to the /languages/ directory, and WordPress will automatically load them based on the site’s language settings.

Markdown Example

This README file demonstrates the proper formatting of WordPress plugin documentation. Follow WordPress best practices when using or modifying this plugin to ensure maximum compatibility and security.

Screenshots

  • Plugin Settings – Configure default user roles, notification emails, and page selection.
  • Login Form – Front-end login form for users.
  • Registration Form – Custom registration form for new account creation.
  • Password Reset – Form for users to reset their passwords securely.

Installation

From within WordPress:
1. Navigate to Plugins -> Add New.
2. Click on Upload Plugin and choose the .zip file.
3. Click Install Now.
4. Once installed, click Activate Plugin.

Manual Installation:
1. Upload the plugin .zip file to the /wp-content/plugins/ directory.
2. Go to Plugins in WordPress and activate the plugin.

After Activation:
1. Go to Settings -> PSW – Front-end Login & Registration to configure the plugin.
2. Select the default user role for new registrations.
3. Add email addresses for additional account creation notifications.
4. Choose the page on which the login or registration form should appear.
5. (Optional) Disable the default WordPress login link for added security.

Reviews

This plugin is amazing and easy to understand

Gilblas Ngunte Possi 25 สิงหาคม 2023
I have been using it on most of my project, and it is easy to install and to customize. I will recommend using it if you want to disable the custom login to improve the security of your website.
Read all 1 review

Contributors & Developers

“PSW Front-end Login & Registration” is open source software. The following people have contributed to this plugin.

Contributors
  • Gilblas Ngunte Possi

Translate “PSW Front-end Login & Registration” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release with core features.
  • Added functionality to login with Google and Facebook.

Under Settings -> PSW Login & Registration, you will find options to integrate Google and Facebook API keys for social login.

  • psw_login_registration_shortcode: Allows users to filter or replace the shortcode content.
  • psw_login_registration_template: Allows users to specify a custom template file for the content.

Example: Customize the Registration Shortcode Content

Add the following code to your theme’s functions.php file to customize the registration form content:

`php

add_filter(‘psw_login_registration_shortcode’, function($shortcode, $content, $post) {
// Replace the default shortcode with custom content
return ‘

Please register below:

‘ . $shortcode;
}, 10, 3);

Example: Users can specify a custom template file

`php

add_filter(‘psw_login_registration_template’, function($template, $post) {
// Provide a path to the custom template file
return get_stylesheet_directory() . ‘/psw-custom-registration-template.php’;
}, 10, 2);

Documentation:
* How to generate Facebook API keys
* How to generate Google API keys

Meta

  • Version 1.12
  • Last updated 4 เดือน ago
  • Active installations 100+
  • WordPress version 4.0.1 or higher
  • Tested up to 6.7.2
  • Language
    English (US)
  • Tags
    custom loginFront end loginloginregistrationUser Registration
  • Advanced View

Ratings

5 out of 5 stars.
  • 1 5-star review 5 stars 1
  • 0 4-star reviews 4 stars 0
  • 0 3-star reviews 3 stars 0
  • 0 2-star reviews 2 stars 0
  • 0 1-star reviews 1 star 0

Add my review

See all reviews

Contributors

  • Gilblas Ngunte Possi

Support

Got something to say? Need help?

View support forum

Donate

Would you like to support the advancement of this plugin?

Donate to this plugin

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Support
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Events
  • Donate ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Thai

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visit our Facebook page
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
โค้ดเป็นดั่งบทกวี