Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP Job Manager Registration Use Email

Descripción

This plugin will use the email address as the username whenever someone registers through WP Job Manager. This will also work with any other plugins or themes that use the job_manager_create_account_data filter.

Change the default label “Username” for all login screens to use a customized user-defined label.

Version 1.3.0 of this plugin includes a new feature for WP Job Manager and Jobify theme that removes the “Username” field from the Registration Form
Version 1.3.1 adds the ability for users to still login with their email address (in case they change their email)

The Jobify theme has been confirmed and tested to work correctly with this plugin.

  • note: * using email as username is disabled by default, you must enable it under the WP Job Manager settings page. There is a link to the page when you activate this plugin.

Features

  • Use email as username
  • Set display_name and nickname as username that was going to be used
  • Replace “Username” with “Username or Email” on login forms
  • Set custom user-defined label for “Username” on login pages
  • Removes Username field from WP Job Manager and Jobify Theme Registration Forms
  • Allow users to login with active email address (in case they change their email)
  • Compatible with WP Job Manager Resumes addon plugin

Requires

Recommended

Documentation

Documentation will be maintained on the GitHub Wiki here.

Contributing and reporting bugs

You can contribute code and localizations to this plugin via GitHub: https://github.com/tripflex/wp-job-manager-registration-use-email

Support

If you spot a bug, you can of course log it on Github

Or contact me at myles@smyl.es

Capturas

  • Enable from WP Job Manager settings "Job Submission" tab
  • Login screen custom user-defined label preview

Instalación

Install directly from WordPress installation. Go to Plugins and then search for “WP Job Manager Registration Use Email”

  • Manual Installation *
    Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

  • Usage *

  1. Install and Activate
  2. Go to “Job Listings > Settings > Job Submission” and select checkbox.

Reseñas

Leer todas las 2 reseñas

Colaboradores y desarrolladores

«WP Job Manager Registration Use Email» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Registro de cambios

1.3.2

November 18, 2015
New Feature: Fully compatible with WP Job Manager Resumes addon plugin
Tweak: Removed Generate Username from Email setting when use email as username is enabled
Tweak: Filter generate username from email to prevent Username field from showing on submit listing

1.3.1

August 20, 2015
New Feature: Allow login with email address (in instance that user changes email)

1.3.0

August 20, 2015
NEW FEATURE: Username field removed from WP Job Manager and Jobify theme Registration Forms
Cleaned up entire codebase
Added PHP Doc blocks
Tested up to WordPress 4.3

1.2.0

May 7, 2014
NEW FEATURE: Custom user-defined label to change “Username” on login pages

1.1.2

May 5, 2014
Fix static notice issue, change add_option to update_option

1.1.1

May 5, 2014
BUG FIX: User role dropdown being removed on settings page

1.1.0

May 3, 2014
New Feature: Change “Username” to “Username or Email” on login forms
Update to semantic versioning
Added GitHub and Translation links to plugin page

1.0

April 19, 2014
First Release