Descriere
Custom WP Login replaces the WordPress login flow with custom pages. It allows you to have a complete user registration and login experience on the public-facing pages of your WordPress site. This is useful for sites who want to use WordPress’ built-in users functionality, but only want to keep users on the front-end of the site and not in the WordPress dashboard.
Features
- Set pages for Login form, Registration form, Reset Password form, Select New Password for and Account Profile form.
- Customize the Login Page, with a logo, background, image, form colors and more!
- Add reCaptcha to the Login form.
- Customize the welcome email users receive after they register.
Shortcodes:
[custom-login-form]
[custom-register-form]
[custom-password-lost-form]
[custom-password-reset-form]
[account-info]
Capturi ecran
Customize your login screen using the WordPress Customizer Customizer: Change login form background color Customizer: Add an image above the form Customizer: Add a background image Customizer: Form with background image and form image Activating the plugin will automatically create 5 new WordPress pages The settings page Change which WordPress pages correspond to the default Login / Account / Registration / Reset Password / Select New Password screens You can create and choose your own page to act as the login screen
Instalare
- Download the plugin .zip file and make note of where on your computer you downloaded it to.
- In the WordPress admin (yourdomain.com/wp-admin) go to Plugins > Add New or click the „Add New” button on the main plugins screen.
- On the following screen, click the „Upload Plugin” button.
- Browse your computer to where you downloaded the plugin .zip file, select it and click the „Install Now” button.
- After the plugin has successfully installed, click „Activate Plugin” and enjoy!
Verificări
Contributori și dezvoltatori
„Custom WP Login” este un software open-source. La acest modul au contribuit următoarele persoane.
ContributoriTradu „Custom WP Login” în limba ta.
Te interesează dezvoltarea?
Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.
Istoric modificări
1.2.2 – December 5th, 2017
- Added an option to set the minimum password strength required for a user to change their password.
- Added a filter to allow changes to the placement of the password reset button (
yikes-custom-login-password-reset-above-form
). - Added a filter to allow changes to the reset password text (
yikes-custom-login-password-reset-text
). - Added a filter to allow changes to the default password reset text instructions (
yikes-custom-login-password-reset-instructions
). - Added an action hook to the password reset email (
yikes-custom-login-email-above-disclaimer
). - Added action hooks to the backend when updating a user’s profile (
yikes-custom-login-before-profile-update
,yikes-custom-login-before-profile-update
).
1.2.0, 1.2.1
- Enabled i18n/l10n (fully)
1.1.0
- Enabled i18n/l10n (partially)
1.0.0
- Initial Release