WordPress Easy Login
Posted on May 22nd, 2009 in WordPress.
WordPress Easy Login will create a login form. If the user is logged in, the user is taken back to the current page. This plugin can be used as a widget but also hardcoded.
Screenshots
Add the widget to the sidebar

Login to the WordPress blog

Logout and go to the current page

Installation
Download the zip file from the WordPress plugin directory.
- Upload the folder wp-easy-login to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Navigate to Appearance > Widgets
- Add the Easy Login widget to your sidebar
- Set the options to your preferences
Usage
It’s very simple. Add the widget to your sidebar or place the php function hardcoded in your theme.
<?php
if(function_exists('wlelogin_loginform')){
echo wlelogin_loginform();
}
?>
Upgrading
- Delete the old plugin folder ‘wp-easy-contents’.
- Upload the folder wp-easy-maps to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Navigate to Appearance > Widgets
- Add the Easy Login widget to your sidebar
- Set the options to your preferences
Frequently Asked Questions
Is it possible to modify the style of the login form?
Yes of course, change the css file to your own preferences.
Where do I find a change log?
You can find the change log in the changelog on this page.
Where do I have to suggest some modifications?
Suggest modifications in the comments section on this page.
Known Bugs
- There are no known bugs
Please notify me about the bugs in the comments.
Roadmap
In this list you can find some features which will be added in the feature.
- Add a phpBB3 authentication to the form
Change log
22-5-2009 - Version 0.1 Released. This is the first version of WordPress Easy Login





May 25th, 2009 at 18:36
My writers are emailing me saying that they can not login to the site now. There will be no content on my site unless this can be fixed. Please contact me asap on how this problem can be resolved. IDK how a plugin can mess things up so much.
May 27th, 2009 at 16:40
Plugin doesn’t work, the wp-easy-login.php is empty.
Please check your zip file to download.
Tnx
giodex
June 10th, 2009 at 17:05
The zip file on wordpress.org for this plugin only contains a completely blank PHP document, 3 screenshots, and a stylesheet. Where’s the plugin? Looks like a mistake.