چۈشەندۈرۈش
This plugin utilizes the shortcode [login_form] to present users with login form, lost password recovery and password reset fields on the front end of a WordPress site. The plugin heavily filters login and authentication urls to keep visitors from being sent to wp-login.php. It does not prevent a user from going directly to wp-login. The plugin blocks all non administrators from accessing the dashboard by doing a redirect to the homepage.
This plugin is designed for use with Gravity Forms by Rocketgenius, Inc., presenting a visitor a standard login box in place of forms which are restricted to logged in users only. It can also be used with other plugins that show content for non-logged in users, such as User Status Shortcode By Story Block Media.
A few notes about this plugin:
- Plugin not tested with WordPress Network
- Password reset and password recovery are all done on the page with the shortcode
ئېكران كەسمىسى
ئورنىتىش
Installation is very basic:
- Upload the plugin files to the
/wp-content/plugins/wp-front-end-login
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ›Plugins‹ screen in WordPress
- Insert [login_form] shortcode on page or post.
FAQ
- Installation Instructions
-
Installation is very basic:
- Upload the plugin files to the
/wp-content/plugins/wp-front-end-login
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ›Plugins‹ screen in WordPress
- Insert [login_form] shortcode on page or post.
- Upload the plugin files to the
- Is this plugin secure?
-
All login and authentication logic is indentical to functions used in wp-login, just adjusted to work in a shortcode.
- Is this plugin compatible with other login and security plugins?
-
This plugin has not been tested with other login and security plugins, such as recaptcha or simple math. Feedback is welcome for any success or failures with other login plugins.
- Are all the login styles and scripts loaded?
-
This plugin only loads the admin forms css, not the complete login css collection. This seems to work well with most themes during testing.
باھالاشلار
بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.
تۆھپىكار ۋە ئىجادكار
«WP Front End Login» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.
تۆھپىكار«WP Front End Login» نى تىلىڭىزغا تەرجىمە قىلىڭ
ئىجادىيەتكە قىزىقامسىز؟
كودقا كۆز يۈگۈرتۈپ، SVN خەزىنە تەكشۈرۈپ ياكى RSSئارقىلىق ئىجادىيەت خاتىرىسىگە مۇشتەرى بولغىلى بولىدۇ.
ئۆزگىرىش خاتىرىسى
1.4.1
- Updated code to not load on wp-login.php page
1.3.2
- Tagged version for WordPress Plugin Directory
1.3.1
- Submitted to WordPress Plugin Archive
1.2.1
- Refactored plugin to minimize use of global variables
1.1.3
- First working version with login functionality.
1.0.0
- Initial version, using
wp_login_form()
function