Joel James
Forum Replies Created
-
Thank you @robertstaddon. Merged and released 🙂
Forum: Plugins
In reply to: [Loggedin - Limit Concurrent Sessions] Woocommerce compatibilityHi @shiftsrl,
Thank you for your interest. Currently, this plugin does not support setting limits based on IP addresses; however, you can set limits for specific users and roles. I have added IP-based limits to our feature request list for future consideration.
Hi @angelolazzari,
Sorry for the delay.
By default, WordPress stores user session details in theÂ
usermeta table. However, this can be changed by plugins that use external memory stores like Redis or Memcached. The “Logout Oldest” method works only if sessions are stored in theÂusermeta table, so it should function correctly unless you are using a third-party plugin or service to handle session data.I have updated the docs.
Thank you.
Forum: Plugins
In reply to: [Loggedin - Limit Concurrent Sessions] BUTTON AND TRANSLATEThank you for the clarification @narolles 🙂
Forum: Plugins
In reply to: [Loggedin - Limit Concurrent Sessions] BUTTON AND TRANSLATEHi @narolles,
Could you please deactivate Loggedin to see if it’s actually causing the issue? Loggedin doesn’t hide any buttons or links; it only runs in the background while the login authentication is being processed.
Forum: Plugins
In reply to: [Loggedin - Limit Concurrent Sessions] BUTTON AND TRANSLATEHey @thriftyplanet,
Thank you for reporting this. I’ll investigate the issue and make the necessary improvements.
In the meantime, you can use the filter
jj4t3_email_header_emailto change the ‘From’ address to your preferred email.Hi @casa9mkt,
The LoggedIn plugin is unable to block access in real-time when the logout happens in the background. To block access immediately, please use the Real-time Logout addon.
Forum: Plugins
In reply to: [Loggedin - Limit Concurrent Sessions] Fatal errors after updating to v2Hi @chrishardie
Sorry for the trouble. Could you please update to the latest version (2.0.1) and let me know how it goes?Forum: Plugins
In reply to: [Loggedin - Limit Concurrent Sessions] connections was set to zeroMaybe it is the support staff? I can’t think of any other scenarios unless the site DB was reset.
Anyway, if you notice this to happen again, do let me know.
Forum: Plugins
In reply to: [Loggedin - Limit Concurrent Sessions] Set Max Sessions PER USERHey @frontporchweb,
Sorry for the long wait. I was super busy over the last few months, and finally, the addon was released today, as well as some other new features. Please update to the latest version; you will see the details of the addon on the dashboard.Forum: Plugins
In reply to: [Loggedin - Limit Concurrent Sessions] connections was set to zeroHi @narolles,
Sorry for the long delay in my response.
If the settings were changed without your actions, it could be some other users who have access to the settings. Do you have any other admin users on your site?
Currently, this plugin does not keep any logs of the blocked users list. I am currently developing an addon for the logs, and it will be available soon.
Currently, you can only destroy all sessions of a single user at a time. Destroying all sessions of all users at once may not be ideal for general users. I will add this requirement as a feature request.
Forum: Plugins
In reply to: [404 to 301 - Redirect, Log and Notify 404 Errors] Unable to delete the logHey guys,
Sorry for the long wait. Until today, I was unable to replicate this on my site, but I finally can now. I have pushed a fix. Please update to the latest version.
Hi Jane,
I’m so sorry to hear about the trouble you’re having. I understand how frustrating this must be, and I want to assure you that we’ll get this sorted out as quickly as possible.
This issue can happen if you close your browser without logging out, as the user session remains active until it expires. Currently, the plugin applies the same login limits to all users, including admins. I’ve made a note of this and will definitely add an option in a future update to optionally exclude admins from this limitation.
In the meantime, let’s focus on getting you back into your dashboard. We have a few options to regain access:
- Wait for the session to expire. WordPress will automatically clear the oldest user sessions, but this can take a couple of days to a week. This isn’t a practical solution for your situation, so let’s move on to more immediate options.
- Log in as a different admin user. Do you have another admin account on your website? If so, you can log in with that account and then use the plugin’s settings to force a logout of your primary admin user.
- Bypass the limit with a filter. The plugin’s FAQ explains how to use a filter to bypass the limit check for an admin user. This requires you to have access to your site’s files via a file manager or your hosting panel.
- Disable the plugin completely. You can disable the plugin by renaming its folder. This also requires access to your site’s files through a file manager or your hosting panel.
Could you please let me know which of these options you think is most feasible for you? Once I know, I can provide you with more detailed instructions. Please do not share any sensitive information like login details here.
Forum: Plugins
In reply to: [404 to 301 - Redirect, Log and Notify 404 Errors] Not WorkingHey @rik0399,
Can you check if wp-content is excluded from the direct in settings?