Login Page sent OTP

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Bishu
User
Posts: 429

Login Page sent OTP

Post by Bishu »

I would like to sent a OTP from the login page and enter that otp to the password.

My login page has a 2 field
Username
Password

When the login page open, the password field should be disable - That means the user can not enter anything on the password.
There should be a "SENT OTP" button just next to the Username Text box.
When click on the "Sent OTP" it should sent a message to my client and the Password box which was disable should be remove disable
so that the client can enter the OTP to the password field.


mobhar
User
Posts: 11727

Post by mobhar »

If you try to use the existing build-in Login Page, then it will not be supported, since Login Page needs users to enter username and password as mandatory to authenticate user access. However, you may create your own custom file (use Custom Files feature; please read about it from PHPMaker Help menu for more info).


Post Reply