Description
Simple Login SC does just what it means
Simple Login SC does not mess with other plugins because it does just login or logout a user. Nothing more. Nothing less.
It uses the core functions of WordPress thus not slowing down your site. No fancy stuff or hard settings. This is just a login plugin!
Using Simple Login SC is absolutely easy
Just type the shortcode where you want a login form to show.
Use [sl_shortcode] shortcode to add a login form to a page, post or in a text/html widget.
You can optionally set the labels for “username”, “password”, the submit button and/or the welcome message, the logout text. Just by adding text to the shortcode.
Usage
Example: [sl_shortcode username_label=”What is your name?” password_label=”Password Please!” button_text=”Let me in!” welcome_text=”Hello” logouttext=”Let’s go outside!”]
This is very useful if the language pack is not available in your language or if you have a multilangual site running WPML.
If you do not set one or all of the optional text, the default text of WordPress and the plugin will be used.
Screenshots
Installation
This section describes how to install the plugin and get it working.
- Upload and decompress
simple-login-sc.zip
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to the menu Tools -> Simple Login SC for the usage instructions
FAQ
- Do I have to use all the shortcodes attributes?
-
Nope! Any number you need and it starts at zero.
- Is the plugin have redirect functionality?
-
Nope! It only logs in or logs out a user. If you need a redirect on log in and/or log out, we suggest you to install ‘Peter’s Login Redirect’ plugin too. They work great together.
Two plugins that each focus on one thing and doing it right!
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Simple Login SC” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Simple Login SC” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.8
- First public release