Simple Membership Plugin › Forums › Simple Membership Plugin › nextend social login paid and SMP
- This topic has 13 replies, 3 voices, and was last updated 7 months, 3 weeks ago by
admin.
-
AuthorPosts
-
August 26, 2025 at 3:27 pm #31344
Kyami
Blockedso basically works… nextend social login register account to the SMP section, but wont give access. Actually in admin dashboard has access shown but not work
Maybe some fix? đ
No. Im forced to use SMP due to themeforest author, and i have paid version of nextend, lmao … just saying..
August 26, 2025 at 7:24 pm #31346Kyami
Blockedit dosent even work reccomended plugin super socalizer
August 27, 2025 at 1:34 am #31370The Assurer
ModeratorI see what youâre running into đ â this is a **known limitation when using social login plugins like Nextend or Super Socializer with Simple Membership (SMP)**.
Hereâs why it happens:
* When someone registers via Nextend Social Login, WordPress creates the **WP user account**, but SMP doesnât automatically know which **membership level** to assign unless the registration goes through SMPâs own process (via its registration form or API).
* Thatâs why in your **admin dashboard**, you see the user, but they donât actually have working access on the front-end â the SMP side of things hasnât been linked correctly.### Possible Fixes
1. **Check Membership Level Assignment**
* After social registration, make sure the user has an SMP membership level assigned (via **WP Admin â Simple Membership â Members**).
* Sometimes the account exists but without an active level â so access is denied.2. **Auto-Sync Custom Code (for developers)**
* Since SMP doesnât have direct integration with Nextend or Super Socializer, you need to **hook into the social login process** and assign a membership level programmatically.
* Example: Using theuser_registerhook in WordPress, you can callSwpmMemberUtils::create_member_entry()to ensure the SMP record is created.3. **Alternative Recommendation (Officially Supported)**
* The SMP team officially recommends using their **own registration system** or integrating with **WooCommerce** for complex login/registration needs (since WooCommerce â SMP sync is officially supported).
* Docs: [WooCommerce Integration](https://simple-membership-plugin.com/woocommerce-simple-membership-plugin-integration/)4. **Debug Conflicts**
* Sometimes the social login plugin interferes with how SMP checks sessions. If caching or redirects are in play, you might see âaccess shown in admin but not working on site.â
* See caching doc: [Understanding Caching Issues](https://simple-membership-plugin.com/understanding-the-impact-of-caching-on-membership-sites/)—
đ Since you mentioned youâre **forced to use SMP (ThemeForest requirement)** and already bought Nextend, the practical path is to have one of your developers to add a **small code snippet** to bridge the two.
August 27, 2025 at 6:35 am #31376Kyami
BlockedIt gives automatically right access but in frontend dosent go like this and they see again register page or similar.
August 27, 2025 at 8:37 am #31387Kyami
Blocked* When someone registers via Nextend Social Login, WordPress creates the **WP user account**, but SMP doesnât automatically know which **membership level** to assign unless the registration goes through SMPâs own process (via its registration form or API).
* Thatâs why in your **admin dashboard**, you see the user, but they donât actually have working access on the front-end â the SMP side of things hasnât been linked correctly.Basically it does know, becouse SMP plugin has just no permisssions.
August 27, 2025 at 10:16 am #31390Kyami
Blocked[2025/08/27 13:14:08] – SUCCESS: Cancelling all subscription of member id: 19
[2025/08/27 13:14:08] – SUCCESS: No active subscriptions found for member ID: 19
[2025/08/27 13:14:58] – SUCCESS: create_swpm_member_entry_from_array_data() – SWPM member entry created successfully. Member ID: 20
[2025/08/27 13:14:58] – SUCCESS: Completed the profile_update hook handling – SWPM user profile (Member ID: 20) updated with the latest WP user data.———————————————–
[2025/08/27 13:14:01] – SUCCESS: wp_authenticate action. Empty username provided. Adding set_current_username hook to catch potential login attempt.test discord account
August 27, 2025 at 10:27 am #31392Kyami
BlockedI can freely paste log here becouse there is none users like log file says
[2025/08/27 13:14:01] – SUCCESS: wp_authenticate action. Empty username provided. Adding set_current_username hook to catch potential login attempt.
[2025/08/27 13:15:11] – SUCCESS: wp_authenticate action. Handling login for username: admin
[2025/08/27 13:15:11] – SUCCESS: SwpmAuth::login()
[2025/08/27 13:15:11] – SUCCESS: Authentication request – Username: admin
[2025/08/27 13:16:34] – SUCCESS: wp_authenticate action. Handling login for username: RaymondcoX
[2025/08/27 13:16:34] – SUCCESS: SwpmAuth::login()
[2025/08/27 13:16:34] – SUCCESS: Authentication request – Username: RaymondcoX
[2025/08/27 13:21:23] – SUCCESS: wp_authenticate action. Handling login for username: admin
[2025/08/27 13:21:23] – SUCCESS: SwpmAuth::login()
[2025/08/27 13:21:23] – SUCCESS: Authentication request – Username: adminAugust 27, 2025 at 10:47 am #31394Kyami
Blockedwhere this data come to log ? lmao now its little mess for me
August 27, 2025 at 11:57 am #31397Kyami
Blockedanyway i found some similar thread same issue… and not helpful fix đ
August 27, 2025 at 2:08 pm #31403Kyami
BlockedSo far what i tested and saw…
nextend and socializer both works
test google, facebook, discord accounts are egistered and they are right group in SMP and WP. BUT they are not given right access on site frontend
August 27, 2025 at 5:16 pm #31404Kyami
BlockedSo no fix? đ
August 27, 2025 at 5:22 pm #31405Kyami
Blockedalso 0000-00-00 00:00:00 last login is shown wrong
August 28, 2025 at 12:31 am #31407admin
KeymasterHi, I’m not familiar with the Nextend Social Login plugin, so I canât confirm how it integrates with Simple Membership at the moment.
Previously, we tested the Super Socializer plugin and it worked with our integration. However, over time external plugins often change their code, which can break the integration pathway. Because of this recurring issue, weâve decided to stop supporting third-party social login plugins â they tend to break too often and create ongoing maintenance challenges.
Instead, weâre planning to build our own dedicated social login feature for Simple Membership. This way, weâll have full control over the login flow and can provide a solution thatâs reliable and works as expected. Our goal is to release this in the coming weeks.
In the meantime, we unfortunately donât have a working solution to offer to you. For your current project, you may want to try another plugin that better fits your needs until our built-in option becomes available.
September 29, 2025 at 4:27 am #31589admin
KeymasterWe have released the initial version of our own Social Login addon for our Simple Membership plugin:
https://simple-membership-plugin.com/simple-membership-social-login-addon/ -
AuthorPosts
- You must be logged in to reply to this topic.