This is a simple login form in the widget. This will allow users to login to the site from frontend.
This is a simple login form in the widget.
Compatible with WordPress Multisite Installation.
Use this shortcode [login_widget] to use login form in your pages/ posts.
Just install the plugin and add the login widget in the sidebar.
Change some ‘optional’ settings in Login Widget Settings (admin panel left side menu) and you are good to go.
Add CSS as you prefer because the form structure is really very simple.
Use this shortcode [forgot_password] in your page to display the forgot password form. Forgot password link can be added to login widget from plugin settings page.
Login form is responsive.
Plugin is compatible with WPML plugin. You can check the compatibility at wpml.org.
Other Optional Options
Add CAPTCHA security in admin and frontend login forms.
Login Logs are stored in database ( IP, login status, login time ). PRO version has options to block IPs after certain numbers of wrong login attempts.
You can choose the redirect page after login. It can be a page or a custom URL.
Choose redirect page after logout.
Choose user profile page.
Easy CSS implementation from admin panel.
Facebook Login Widget (PRO)
There is a PRO version of this plugin that supports login with Facebook, Google, Twitter, LinkedIn, Amazon and Instagram accounts. Get it for USD 6.00
The PRO version comes with a FREE Content Restriction Addon. Partial contents of Pages/ Posts or the complete Page/Post can be hidden from visitors of your site.
Compatible with WooCommerce plugin.
Compatible with WordPress Multisite Installation.
Login Logs are stored in database. IPs gets Blocked after a certain numbers of wrong login attempts. This ensures site’s security.
IPs can be Blocked permanently from admin panel.
Captcha login securiy in Frontend and Admin login Forms.
Restrict Admin panel Access for selected user Roles. For example you can restrict Admin Panel access for “Subscriber” and “Contributor” from your site.
Use Shortcode to display login form in Post or Page.
Use only Social Icons for logging in. No need to put the entire login form.
Change welcome text “Howdy” from plugin settings section.
The plugin supports login with 30+ sites. The most important part is that it requires no Setups, no Maintanance, no need to create any APPs, APIs, Client Ids, Client Secrets or anything. Get it for USD 3.00. Supported sites are listed below.
Upload login-sidebar-widget.zip to the /wp-content/plugins/ directory.
Activate the plugin through the ‘Plugins’ menu in WordPress.
Go to Login Widget Settings and set some optional options. It’s really easy.
Go to Login Widget Settings -> Login Logs to check the user login log.
Go to Appearance->Widgets in available widgets you will find Login Widget widget, drag it to chosen widget area where you want it to appear.
You can also use shortcodes to insert login form in post or pages. [login_widget title=”Login Here”]
Now visit your site and you will see the user login form.
Redirection After Login
To restrict a page from non logged in users and redirect users to requested URL after successful login, add this code in the top of the page template.
if ( !is_user_logged_in() ) { wp_redirect(‘http://www.example.com/login/?redirect=’.login_wid::curPageURL()); exit; } Change “http://www.example.com/login/” to your login page url.
Translations
The Serbo-Croatian Language translation file is provided by Web Hosting Hub
Chinese translation is provided by Tianming Wu
Portuguese (European) translation is provided by David Costa
Spanish translation is provided by Javier
Finnish translation is provided by Tomi Ylä-Soininmäki, Katja Lampela
Persian translation is provided by Salman Amini
Dutch translation is provided by Baree van Vugt
Italian translation is provided by Filippo Antonacci
Brazilian Portuguese translation is provided by Edu Musa
Polish translation is provided by Mateusz Wójcik
German translation is provided by Benjamin Hartwich
Hungarian translation is provided by Attila Kiss
Russian translation is provided by Владимир Компьютеров
Another Russian translation is provided by Владимир Компьютеров (File – login-sidebar-widget-ru_RU-2.po)
Screenshots
Login widget
Login widget
Admin login with captcha security
General Settings
Security Settings
Error Message Settings
Style Settings
Email Settings
Users Login Log
Forgot Password form
Facebook Comments Addon
WPML Plugin compatibility Certificate.
Google reCaptcha settings
FAQ
For any kind of queries
Please email me [email protected]. Contact me at https://www.aviplugins.com/support.php
Or you can write comments directly to my plugins page. Please visit here http://avifoujdar.wordpress.com/2014/02/13/login-widget/
If you want to translate the plugin in your language please translate the sample .PO file and email me the the file at [email protected] and I will include that in the language file. Sample .PO file can be downloaded from here
Changelog
6.1.2
Bug fixes and improvements.
6.1.1
Bug fixes.
6.1.0
Improvements.
6.0.9
Google reCaptcha added for login security. This can be used instead for default captcha.
6.0.8
Improvements and bug fixes.
6.0.7
Improvements.
6.0.6
.POT file added in language folder for easy translations.
6.0.5
Admin panel tabs related javascript update. Please remove browser cookies after update.
6.0.4
Removed namespaces.
6.0.3
Bug fixed after version 6.0.2 update.
6.0.2
Plugin settings panel is updated and other fixes.
6.0.1
Captcha image width increased.
6.0.0
This is a major update with a lot of structural changes. If you are updating from an older version then some of your plugin settings may be erased, so after update you may have have to resave your plugin settings.
5.8.5
Option added to disable Nonce check valivation in login form.
5.8.4
Some design changes are made in settings page.
5.8.3
Bug fixed.
5.8.2
Email template bug fixed.
5.8.1
Plugin code structure updated. This will make the plugin faster.
5.8.0
Option to enter URLs in Forgot Password & Registration links.
5.7.9
Compatibility added with All In One WP Security and bug fixed.
5.7.8
Bug Fixed.
5.7.7
Bug Fixed.
5.7.6
Bug Fixed after 5.7.5 update.
5.7.5
Bug Fixed.
5.7.4
File structure updated.
5.7.3
Bug Fixed.
5.7.2
Bug Fixed.
5.7.1
Default plugin style updated.
5.6.8
Bug Fixed.
5.6.7
More filters and hooks are added in the plugin.
5.6.6
pagination class updated.
5.6.5
loopback related bug fixed.
5.6.4
support for redirect_to parameter in login form added.
5.6.3
Error message display updated.
5.6.2
Confliction with WP Register Profile PRO plugin bug fixed.
5.6.1
Validation functionality updated. Captcha image updated. Login form design updated.