Popis
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
Snímky obrazovky
Instalace
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.
Nejčastější dotazy
- 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.
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
WP Front End Login je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “WP Front End Login” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
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