Support Forums - Classified Ads Script Osclass
Osclass plugin support => SMS Notification and Verification Plugin => Topic started by: Web on May 02, 2020, 08:42:40 PM
-
How to remove mobile number unverified users?
-
@Web
Plugin does not contain maintenance module for cleaning.
-
@mbthemes
Sms notification plugin incomplete so please update.
1. Very important to remove unverified users
2. Unverified users Accessing messages and Registered Users allowed area
-
@Web
1) not on plan
2) user account area is whole redirected to verification page, if phone is not verified yet.
-
Messages page open without verify
-
@Web
Yes some pages are still available to not get into redirect loop.
-
How to stop ✋
-
@Web
Check function sms_user_verify()
Changing:
osc_is_publish_page() || $location == 'user'
Into:
osc_is_publish_page() || $location == 'user' || $location == 'im'
could work
-
Not working
I’m try this one “”osc_route_url('im-threads') “”but entire site block
-
@Web
How that fit's to code posted before is mystery for me.
@Web
Check function sms_user_verify()
Changing:
osc_is_publish_page() || $location == 'user'
Into:
osc_is_publish_page() || $location == 'user' || $location == 'im'
could work
-
osc_is_publish_page() replace
-
Mbthemes
-
Web
-
;D
Not working this code
@Web
Check function sms_user_verify()
Changing:
osc_is_publish_page() || $location == 'user'
Into:
osc_is_publish_page() || $location == 'user' || $location == 'im'
could work
-
@Web
That was idea, hopefuly you can extend it for your needs.
-
@mbthemes
Sending messages without mobile number verify Plugin BUG
-
@mbthemes
lots of unverified users
How to remove?
-
@Web
For now only way is via database
-
@Web
For now only way is via database
how can i find users verified or not in database?
-
@Web
Take a look on table oc_t_sms_verification, s_status <> 'VERIFIED' is what you are looking for
-
@mbthemes
Remove one by one
it can take a year
-
@Web
https://www.w3schools.com/sql/sql_delete.asp
-
@mbthemes
removed users from oc_t_sms_verification but still available
-
@Web
What is available?
-
@Web
What is available?
users
@mbthemes
how to make a condition
if verification PENDING user status INACTIVE
-
@Web
How could inactive user verify it's phone number?
-
@Web
How could inactive user verify it's phone number?
Right :-[ :-[ :-[
Any other way?
Can you create a function for remove unverified users
-
osc_is_publish_page() || $location == 'user' || $location == 'im'
that doesn't work