LH Membership Numbers
LH Membership Numbers
Description
Users of membership sites often have and use a membership number. Yet WordPress uses alpha numeric string for usernames for logging in. Why not use both by using the LH Membership Number plugin.
LH Membership Numbers allows a user to login by typing in their membership number. Their membership number is the unique user ID that every user is assigned in the database. Optionally administrators can assign a prefix to the membership number (eg for my sports league princesparktouch.com it is PPT). That prefix can make the number far more unique (globally).
Installation
- Upload the
lh-membership-numbersfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Optionally navigate to Settings->Membership Numbers if you wish to add a prefix to the membership number (wordpress user ID) that the user will use to login. This is useful for name spacing and preventing collisions
Faq
No it does not. It simply allows a user to logon using the users user ID (in place of the username). The ID is not the username, it is the WordPress users table primary key. Optionally this number can be prefixed by an alpha numeric of your choosing.
Membership organisations often have membership cards with membership numbers. This plugin could allow the member to log in with that number.
Simply paste the shortcode [lh_membership_numbers_display_number] into a post, page, or CPT. Note this will display the logged in users membership number. If the visitor is not logged in an error message is displayed, as WordPress cannot identify the user.
The membership number is displayed in a column in the backend.
Reviews
Works perfectly
By shawfactor on December 2, 2016
NE SERT A RIEN !
By bgtbbox on November 14, 2016
Neat - and responsive developer
By KTS915 on September 3, 2016
The plugin is very neat in both concept and functionality.
It also gave me an idea, to which the developer responded quickly and helpfully.
Changelog
1.00
- Initial release
1.01
- Added Icon
1.02
- Better readme
1.03 June 22, 2016
* Added Settings link.
1.04 July 27, 2017
* Added class check
1.05 September 15, 2018
* Singleton pattern and shortcode