{"id":67285,"date":"2017-04-23T22:46:51","date_gmt":"2017-04-23T22:46:51","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/wp-front-end-login\/"},"modified":"2017-04-25T21:32:53","modified_gmt":"2017-04-25T21:32:53","slug":"wp-front-end-login","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/wp-front-end-login\/","author":153505,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.4.1","stable_tag":"1.4.1","tested":"4.7.33","requires":"4.7.3","requires_php":"","requires_plugins":"","header_name":"WP Front End Login","header_author":"Bradford Knowlton","header_description":"Does some stuff to make front end login work.","assets_banners_color":"e3e3e3","last_updated":"2017-04-25 21:32:53","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/bradknowlton.com\/","header_plugin_uri":"https:\/\/github.com\/bradmkjr\/wp-front-end-login","header_author_uri":"http:\/\/bradknowlton.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1723,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.2.1":"<p>Removed global variables, replaced with private Class variables.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1643431","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1643431","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1643431","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1643431","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.3.2","1.4.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1643431","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1643431","resolution":"2","location":"assets"}},"screenshots":{"1":"This screenshot shows the standard login form on the front end of a WordPress website.","2":"This screenshot shows the lost password box on the front end of a WordPress site."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[710,602,80,3830,6187],"plugin_category":[38,43],"plugin_contributors":[93397],"plugin_business_model":[],"class_list":["post-67285","plugin","type-plugin","status-publish","hentry","plugin_tags-authentication","plugin_tags-login","plugin_tags-shortcode","plugin_tags-wp-login","plugin_tags-wp-login-php","plugin_category-authentication","plugin_category-customization","plugin_contributors-bradmkjr","plugin_committers-bradmkjr"],"banners":{"banner":"https:\/\/ps.w.org\/wp-front-end-login\/assets\/banner-772x250.png?rev=1643431","banner_2x":"https:\/\/ps.w.org\/wp-front-end-login\/assets\/banner-1544x500.png?rev=1643431","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/wp-front-end-login\/assets\/icon-128x128.png?rev=1643431","icon_2x":"https:\/\/ps.w.org\/wp-front-end-login\/assets\/icon-256x256.png?rev=1643431","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-front-end-login\/assets\/screenshot-1.png?rev=1643431","caption":"This screenshot shows the standard login form on the front end of a WordPress website."},{"src":"https:\/\/ps.w.org\/wp-front-end-login\/assets\/screenshot-2.png?rev=1643431","caption":"This screenshot shows the lost password box on the front end of a WordPress site."}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<p>This plugin is designed for use with <a href=\"http:\/\/www.gravityforms.com\/\" title=\"Gravity Forms\">Gravity Forms by Rocketgenius, Inc.<\/a>, 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 <a href=\"https:\/\/wordpress.org\/plugins\/user-status-shortcode\/\" title=\"User Status Shortcode\">User Status Shortcode By Story Block Media<\/a>.<\/p>\n\n<p>A few notes about this plugin:<\/p>\n\n<ul>\n<li>Plugin not tested with WordPress Network<\/li>\n<li>Password reset and password recovery are all done on the page with the shortcode<\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>Installation is very basic:<\/p>\n\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/wp-front-end-login<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<li>Insert [login_form] shortcode on page or post.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><p>Installation is very basic:<\/p>\n\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/wp-front-end-login<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<li>Insert [login_form] shortcode on page or post.<\/li>\n<\/ol><\/dd>\n<dt>Is this plugin secure?<\/dt>\n<dd><p>All login and authentication logic is indentical to functions used in wp-login, just adjusted to work in a shortcode.<\/p><\/dd>\n<dt>Is this plugin compatible with other login and security plugins?<\/dt>\n<dd><p>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.<\/p><\/dd>\n<dt>Are all the login styles and scripts loaded?<\/dt>\n<dd><p>This plugin only loads the admin forms css, not the complete login css collection. This seems to work well with most themes during testing.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.4.1<\/h4>\n\n<ul>\n<li>Updated code to not load on wp-login.php page<\/li>\n<\/ul>\n\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>Tagged version for WordPress Plugin Directory<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Submitted to WordPress Plugin Archive<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Refactored plugin to minimize use of global variables<\/li>\n<\/ul>\n\n<h4>1.1.3<\/h4>\n\n<ul>\n<li>First working version with login functionality.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial version, using <code>wp_login_form()<\/code> function<\/li>\n<\/ul>","raw_excerpt":"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 &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/67285","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=67285"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bradmkjr"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=67285"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=67285"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=67285"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=67285"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=67285"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=67285"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}