Popis
Provides users with a completely customizable login page, registration page and a password reset/update page.
In addition, an admin section allows users to perform various tasks such as customized emails.
Hooks and Filters
Coming soon.
Snímky obrazovky
Instalace
- Upload
em-custom-login
to the/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- The plugin will generate all the pages with the proper shortcode.
Nejčastější dotazy
- Do I need to use the built in pages?
-
No. The plugin automatically creates pages for you, but in the settings area, you can use custom pages.
Each page needs a specific shortcode, which is provided below the option to change page. - What shortcodes should I use?
-
A detailed list of shortcodes and their functionality are coming soon.
- How do I use my own templates?
-
- Create a „em-custom-login“ folder in your active theme.
- Copy the templates from plugins/em-custom-login/templates into themes/{active-theme}/em-custom-login/.
- Edit the files in your theme as needed.
- How do I add custom registration fields?
-
This functionality is coming in our next release.
Recenze
Autoři
EM Custom Login je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “EM Custom 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
0.1.5
- The plugin activation function has been cleaned up.
- Properly enqueued the admin.js file.
- Added front end styles.
0.1.4
- Fixed „Retrieve Password Email“ label duplication on admin page.
-
Fixed issue where leaving the reCaptcha setting unchecked caused an error on the front end.
-
Added setting for a custom logout redirect.
-
Template system tweaked so you no longer need the templates sub folder. Files can go in {active-theme}/em-custom-login/
0.1.3
- Added index.php and a security check for the main plugin file.
- Added LICENSE.txt
- Added a template functionality for our shortcodes. See FAQ.
- Cleaned up all files for translation support
0.1.2
- Added functionality to disable admin bar for non administrators.
- Added ability to give users a specific page after registration (set in admin panel).
- Added reCaptcha integration on registration page.
- Added ability to hide admin bar from users.
- Added tow hooks: emcl_after_user_registration and emcl_registraion_before_recaptcha. More details soon.
0.1.1
- Created a new workflow that sets login functions to the WordPress default if there’s no set page.
- Added ability to give users a specific page after login (set in admin panel).
0.1.0
- Initial version.