I have multiple WordPress websites. I want to implement SSO on these websites. I can use your plugin for this SSO functionality.
But my requirement is I don’t want to store users data in WordPress database. I want to store users data only in Azure B2C directory.
Can you guide me how to store users data only in Azure B2C directory and not in WordPress database?
The current settings:
User Verification -> Email Verification
Default Registration Form -> Login After Registration set to automatically authentic users after registration
What is happening the registration email is being sent as expected. But when the user attempts to log in, they are told “We have sent you a verification email. Please verify your account first”.
What am I missing?
Thanks!!!!
]]>=> wp_validate_application_password() / .../wp-includes/class-wp-hook.php, line 287
=> apply_filters() / .../wp-includes/plugin.php, line 212
=> apply_filters() / .../wp-includes/user.php, line 3005
=> _wp_get_current_user() / .../wp-includes/pluggable.php, line 70
=> wp_get_current_user() / .../wp-includes/pluggable.php, line 2198
=> wp_create_nonce() / .../wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Help_Page.php, line 55
=> register_assets() / .../wp-content/plugins/the-events-calendar/common/src/Tribe/Main.php, line 264
=> load_assets() / .../wp-includes/class-wp-hook.php, line 287
=> apply_filters() / .../wp-includes/class-wp-hook.php, line 311
=> do_action() / .../wp-includes/plugin.php, line 484
=> do_action() / .../wp-content/plugins/the-events-calendar/common/src/Tribe/Main.php, line 107
=> plugins_loaded() / .../wp-includes/class-wp-hook.php, line 287
=> apply_filters() / .../wp-includes/class-wp-hook.php, line 311
=> do_action() / .../wp-includes/plugin.php, line 484
=> do_action() / .../wp-settings.php, line 420
=> require_once() / .../wp-config.php, line 133
=> require_once() / .../wp-load.php, line 37
=> require_once() / .../wp-blog-header.php, line 13
=> require() / .../index.php, line 17
The register_assets() function calls wp_create_nonce(), which calls wp_get_current_user(), which triggers user authentication. Because this is happening at plugin init time, functions.php has not been loaded and therefore filters like rest_url_prefix are not in place yet. So it does not seem like REST_REQUEST can be properly set.
My question is whether The Events Calendar plugin is doing something wrong, or if there is something else that I am missing here.
Thanks for any insight and advice.
]]>I operate an online (crossword puzzle) portal and sell the product as an e-resource to public libraries.
I am interested in subscribing to WP Members. However, I would like to know first whether library patrons can access the material using the library’s IP address (IP based login).
I look forward to hearing from you.
Catherine Eagleson
I have ‘IP Based Login’ set up on my system, which allows me to enter approved clients IP details. What information do I need to supply to the client to allow them to login from their end?
I am using a Dreamhost VPS.
Many thanks and regards,
Catherine Eagleson
– Rob
]]>I suspect this might need a mix of plugins to achieve but I will ask the community for tips
Objective
Alongside a standard public facing website, i need to provide unique content for approved users. I need a custom menu for each approved user who can access a downloads area (download files). In addition, pages which display video embeds, audio embeds, photo gallery with downloadable images)
I imagine I can build the pages in the normal way and use a User Role / User Access tool to restrict the content to a specific user, but i am looking for the easiest way to hand this to a client. It’s all very well me using AAM for example but it’s not user friendly handing it to a client and expecting them to do it.
Question
Can anyone recommend an all in one solution which allows user sign up, approval and custom content area. If not, maybe you have done something similar and point me in the right direction of reliable plugins which can do the job.
]]>First of all thanks for providing me such a great plugin. I am using this plugin for user authentication process. It provides the user authentication process based on cookie value and it works.
But my question is that when a user uninstalls my application from his/her mobile, all the cookie related data gets deleted from mobile.
After that when user re-install the app, how can we authenticate already registered user without cookie.
Awaiting your helpful reply.
Thanks
https://www.ads-software.com/plugins/json-api-auth/
]]>I would like to know how I can prompt a user that is already logged-in to confirm their login credentials in order to validate their identity.
I see that there are a few functions in the codex that seem to do this but I am unsure where to start or how to use them.
Any help or advice would be much appreciated.
thank you
]]>Then, if they are logged out, they can still use that direct link to access the file. How do I prevent this?
I’m running wordpress on NginX, so it can’t be an htaccess thing. But I swear I’ve seen this done before, so it has to be possible. But I can’t figure it out.
So how do I get wordpress/nginx to STOP ‘the world’ from accessing my uploaded files, but still allow logged in users to access those files when they visit my posts?
]]>