Osclass Support Forums

Osclass plugin support => Free Osclass Plugins => Topic started by: Hunter777 on December 07, 2018, 11:24:42 PM

Title: Free Phone Number Login Plugin dont work
Post by: Hunter777 on December 07, 2018, 11:24:42 PM
Hello, please tell me how to make your work Free Phone Number Login Plugin?
Plugin does not work.
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 08, 2018, 11:50:10 AM
Install, enable and it is done.
Title: Re: Free Phone Number Login Plugin dont work
Post by: Linda Lee on December 08, 2018, 02:23:29 PM
can i get this plugin?
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 08, 2018, 02:23:50 PM
https://osclasspoint.com/osclass-plugins/extra-fields-and-other/free-phone-number-login-plugin_i97
Title: Re: Free Phone Number Login Plugin dont work
Post by: Linda Lee on December 08, 2018, 03:05:17 PM
thank you so much
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 08, 2018, 03:21:29 PM
Welcome
Title: Re: Free Phone Number Login Plugin dont work
Post by: Locan on December 10, 2018, 01:46:54 PM
it not work with socail login
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 10, 2018, 01:59:25 PM
@Locan
Sure, how it could when social login use email...
Title: Re: Free Phone Number Login Plugin dont work
Post by: Locan on December 10, 2018, 02:19:56 PM
it ask for email require
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 10, 2018, 02:21:11 PM
Social plugins use email address, not phone number. Not quite sure what you mean.
Title: Re: Free Phone Number Login Plugin dont work
Post by: Locan on December 10, 2018, 02:47:23 PM
when i install your plugin my social login not work  it's say email require
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 10, 2018, 02:52:09 PM
@Locan
Can you send screenshot.
Title: Re: Free Phone Number Login Plugin dont work
Post by: Locan on December 11, 2018, 12:20:12 PM
@MB Themes
i use this social login https://market.osclass.org/plugins/social-networks/osclass-social-auth_182
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 11, 2018, 12:42:46 PM
@Locan
I see, problem is that phone number login replace original login and social one looks unauthorized then.
Try following.

In file:
oc-content/plugins/phone_login/functions.php

Find:
Code: [Select]
function phl_login_user() {
  if(phl_param('enable') == 1) {

and replace it with:
Code: [Select]
function phl_login_user() {
  if(phl_param('enable') == 1 && Params::getParam('page') == 'login' && Params::getParam('action') == 'login_post') {
Title: Re: Free Phone Number Login Plugin dont work
Post by: Locan on December 11, 2018, 01:11:12 PM
Thank you  :o  Everything work fine  :-*
Title: Re: Free Phone Number Login Plugin dont work
Post by: Locan on December 11, 2018, 01:25:58 PM
but try login with Cell phone in not work :'(
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 11, 2018, 04:00:11 PM
@Locan
Can you try i.e. just with ?
Maybe there are some redirects...
Code: [Select]
  if(phl_param('enable') == 1 && Params::getParam('page') == 'login') {

// Edit: what I've sent previously should be correct
// Edit2: tested and works alright
Title: Re: Free Phone Number Login Plugin dont work
Post by: Locan on December 12, 2018, 02:46:20 PM
still the same
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 12, 2018, 02:57:41 PM
What is same?
Title: Re: Free Phone Number Login Plugin dont work
Post by: Locan on December 13, 2018, 01:02:49 PM
i login with phone number but it's not login and socail login work well
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 13, 2018, 01:21:01 PM
@Locan
I am not going to put more time into comparing with social login plugin as this one is free and social login is not our product. You may talk to their support how to identify social login is logging user.
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 13, 2018, 01:34:06 PM
You can also change in file:
oc-content/plugins/phone_login/functions.php

osc_add_hook('before_validating_login', 'phl_login_user');

into:
osc_add_hook('before_validating_login', 'phl_login_user', 10);

so it's last function that check login.
Title: Re: Free Phone Number Login Plugin dont work
Post by: Locan on December 13, 2018, 02:32:32 PM
i fount the problem, it's not work with Anti Spam & Protection System
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 13, 2018, 02:56:44 PM
@Locan
Thanks for information, it's bit strange.
Title: Re: Free Phone Number Login Plugin dont work
Post by: Locan on December 15, 2018, 07:59:09 AM
any solution bro
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 15, 2018, 08:22:38 AM
No we do not own this plugin.
Title: Re: Free Phone Number Login Plugin dont work
Post by: Tiger on December 16, 2018, 02:57:03 PM
But this plugin is free you can download and test it , I have problem too
Title: Re: Free Phone Number Login Plugin dont work
Post by: MB Themes on December 16, 2018, 05:36:34 PM
We may check it in upcoming weeks