Need Help With Phone Auth

Home Forums WPLMS Live WPLMS Phone Auth Need Help With Phone Auth

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #376623
    Binyamine
    Participant
    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?
    #376685
    MrVibe
    Keymaster
    Please share site link WP admin details in a private reply and also add [email protected] as administrator to your firebase project.
    #376686
    Binyamine
    Participant
    This reply has been marked as private.
    #376715
    Anshuman Sahu
    Keymaster
    Ok there seems to be an issue with phone auth actually .Fixed at your site .
    #376731
    Binyamine
    Participant
    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.
    #376798
    Anshuman Sahu
    Keymaster
    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 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 .
    #376800
    Binyamine
    Participant
    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.
    #376838
    Anshuman Sahu
    Keymaster
    Yes you are right I replicated the issue at our end as well . Adding to issue log : https://trello.com/c/DWv6aiRI
    #376850
    Binyamine
    Participant
    Thanks. Looking forward to a solution.
    #376856
    Veronica
    Moderator
    you can track the Trello card for more updates
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Need Help With Phone Auth’ is closed to new replies.