Home › Forums › WPLMS Live › WPLMS Phone Auth › Need Help With Phone Auth
- This topic has 9 replies, 4 voices, and was last updated 2 years, 10 months ago by Veronica.
Viewing 10 posts - 1 through 10 (of 10 total)
-
AuthorPosts
-
December 23, 2021 at 2:23 am #376623BinyamineParticipantHi, 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?December 24, 2021 at 12:11 am #376685MrVibeKeymasterPlease share site link WP admin details in a private reply and also add [email protected] as administrator to your firebase project.December 24, 2021 at 1:02 am #376686BinyamineParticipantThis reply has been marked as private.December 24, 2021 at 2:07 pm #376715Anshuman SahuKeymasterOk there seems to be an issue with phone auth actually .Fixed at your site .December 24, 2021 at 10:59 pm #376731BinyamineParticipantHi. 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.December 27, 2021 at 2:29 pm #376798Anshuman SahuKeymaster1 . 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 section replace 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 .December 27, 2021 at 2:51 pm #376800BinyamineParticipant2. 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.December 28, 2021 at 2:05 pm #376838Anshuman SahuKeymasterYes you are right I replicated the issue at our end as well . Adding to issue log : https://trello.com/c/DWv6aiRIDecember 28, 2021 at 7:07 pm #376850BinyamineParticipantThanks. Looking forward to a solution.December 29, 2021 at 7:40 am #376856VeronicaModeratoryou can track the Trello card for more updates
-
AuthorPosts
Viewing 10 posts - 1 through 10 (of 10 total)
- The topic ‘Need Help With Phone Auth’ is closed to new replies.