We have a bubble app with thousands of users already signed up using their actual Email ID and Password. We are planning to move to login using Mobile Number and OTP. For the above action, I was thinking of going with this approach :
Signup :
- Email of the user will be input phone number + @randomemail.com
- Set Some Temp Password of the user when OTP entered by the user is correct
I think this will work fine for new users and they will always have to log in/signup using OTP.
How do I make existing user login using OTP? We don’t know the existing password of the user and we cannot change it unless we know the old password. Any idea how to make login using a mobile number and OTP easier and without impacting existing users?