-
Hi,
I have gone through all the steps shown in the video to set up the phone authentication.
– I can login in with a new phone number and it asks to link it with an email and password. After that, it keeps loading. But the phone number is registered in my user list. We do not receive any mail also.
– If i login with a existing phone number, it keeps just loading.
A video to illustrate:: https://www.youtube.com/watch?v=eLGHDatLscE
I also would want that the default country chosen is ‘Mauritius’.
I also want that whenever anyone login, they should logout from all existing and then login. I did that for email, vibebp, then Prevent simultaneous logins, then chose logout from all existing and then login. But it was not working. I could login from different devices on the same email. Note; they were all on the same wifi network.
My Website is :: https://education.anagnorisis.app/
Should i provide the login as administrator for the website, as well as the credentials for firebase?
Please share site link WP admin details in a private reply and also add [email protected] as administrator to your firebase project.
Ok there seems to be an issue with phone auth actually .Fixed at your site .
Hi.
the issue has been resolved with the phone auth. Even though when a new user registers using phone, he does not receive any email.
1. Is it possible that the default country chosen is ‘Mauritius’when they choose to login using phone…
add_filter(‘wplms-phone_script_args’,function($args){
$args[‘settings’][‘default_country_code’] = ‘US’;
return $args;
},10,1);The problem is i do not know where to put the above code.
2. The Prevent Simultaneous login is not working. I tried to login using phone, on two different smartphone on the same wifi network to the same account, and on another device on a different wifi network. Unfortunately it manages to login in all three devices and the others were not logout.
i want it to be like
https://www.youtube.com/watch?v=pIIAzBBLqHU
Thanks for your time and hardwork. I really appreciate it.
1 . Well you can install wplms-customizer plugin :
You can download the latest plugin from these links :http://wplms.io/verify-purchase/?purchase_code=XXXXXXXX&plugin=wplms.io/wplms-customizer.zip
change XXXXXX with your purchase code
you will also get the updates on your site:
wp-admin>>updates
or in the plugins sectionreplace the XXXXXXXX with your buyer api key :
https://wplms.io/support/knowledge-base/how-to-find-buyer-api-key-in-themeforest/insert the code in the wplms-customizer.php file in wplms customizer plugin .
2 . Well this prevention works as : Well we logout from all other devices when you login to a device .
Also try it as student account not admin .2. I am logging as a student and that also simultaneously on different devices at the same time. I am login using Phone Auth. You already have the credentials of my werbsites.
Try to register as a student.
Then from another phone, login using phone auth and get an otp on the first phone.
Use the otp on the second phone.
You shall see that both of them can access everything.Yes you are right I replicated the issue at our end as well .
Adding to issue log :
https://trello.com/c/DWv6aiRI
The topic ‘Need Help With Phone Auth’ is closed to new replies.