shra
Forum Replies Created
-
Forum: Plugins
In reply to: [Inactive User Deleter] Security Vulnerability reportedDo you think the next code is not enough?
$confirmPeriod = $_POST[‘confirmPeriod’] <= 0 ? 1 : $_POST[‘confirmPeriod’] + 0;
In any case it will be converted to a number.
Forum: Plugins
In reply to: [Inactive User Deleter] Security Vulnerability reportedI’ve uploaded new version (1.59) with wp_nonce usage for all forms, hope you are happy now guys! ??
Forum: Plugins
In reply to: [Inactive User Deleter] Security Vulnerability reportedThanks, guys, for a quick response! I will check how to fix these issues.
Forum: Plugins
In reply to: [Inactive User Deleter] Security Vulnerability reportedCan you please share more info about the issue. As far as i know Wordfence?doesn’t provide info about 3rd party plugins. If you can share screenshots or steps to reproduce what ever i need to check, you are welcome.
Forum: Reviews
In reply to: [Inactive User Deleter] Great but I have a question reguarding inactive usersAs you see ‘last login’ is not the core feature. And this func is provided by side plugins or by the plugin itself. So algorithm is next:
- install the plugin
- wait for specific time which is suitable for you (like month, week).
- now you can perform deletion based on specific time of user inactivity
Forum: Plugins
In reply to: [Inactive User Deleter] EmailsGreets, div123!
Sure, just turn off the ’email before delete’ option. The plugin will delete inactive users without mailings.
Forum: Plugins
In reply to: [Inactive User Deleter] no users foundHi, lucytech!
‘Last login’ feature is not provided by WP, that is why it is based on side plugins like ‘user-login-history’, or ‘wp-last-login’, or ‘when-last-login’. Also Inactive User Deleter collects those data by its own if there is no of any such plugins. But problem is that initially any of plugins above doesn’t have any data right after installation. They should be installed then earlier then better and they will collect necessary data during site life (logging user log-ins-and-outs).
If we have ‘inactive user’ case then we don’t have data for that user at all. So i may give a piece of advice – wait for some time (week, month or what period is suitable for you) and then filter users by ‘user has no known date log-in.’ criteria. It will give you the list of users who didn’t log-in starting from the plugin installation date.
Forum: Plugins
In reply to: [Inactive User Deleter] Plugin flaggedHi, emgb_520!
No i am still keeping eye on it, but not much to implement here, so it wasn’t been updated for a long time.
Forum: Plugins
In reply to: [Inactive User Deleter] Delete automatically?Hi, balucky30!
If you are asking about an option “Email before delete” in the Misc section. So yes accounts will be delete after XX days, if user doesn’t click on confirmation link.
Forum: Plugins
In reply to: [Integrate Payler with Woocommerce] Тестовый платежДобрый день, не могла ли у вас присутствовать доставка в заказе?
Дело в том, что в версии 1.1 плагина она выделяется отдельной строкой, а ранее сумма заказа не соответствовала общей сумме, т.к. доставка не выделялась отдельной строкой в чеке.Forum: Plugins
In reply to: [Integrate Payler with Woocommerce] Совершение платежаДобрый день, не может так быть, что ваш аккаунт в пейлере находится в тестовом состоянии (пока не заключен договор)?
Hi, Luboslives!
Please check how the feature works in the last version. There is a new filter.Forum: Plugins
In reply to: [Inactive User Deleter] Req: Add button to return posts to publishedPlease check last version.
Forum: Plugins
In reply to: [Inactive User Deleter] Req: Add button to return posts to publishedHello, Fran! How are you?
As far as i see you need a reverse operation for the “draft posts” button, do you?
This is logical for me as well, but there is one possible issue – it may publish also posts which were drafted manually, before the button’s action.Forum: Plugins
In reply to: [Inactive User Deleter] Functionality block users not workingI’ve fixed that!