LH Membership Numbers
Plugin to allow users to login by a number, their user ID (optionally prefixed)
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2620 days ago • 3 reviews
Is LH Membership Numbers abandoned?
Possibly abandoned (last update 2620 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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
Frequently Asked Questions
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.
Review feed
Works perfectly
Screenshots
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