You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
During account creation, an OTP is sent to the user's email. Simultaneously, a demo OTP is pre-filled in the OTP field for demonstration purposes. However, the demo OTP matches the actual OTP sent to the user's email, compromising the purpose of an OTP as a secure, unique verification code.
Expected Behavior
The demo OTP displayed in the field should differ from the actual OTP sent to the user's email to ensure security and prevent unintended auto-verification.
Steps to Reproduce
Start the account creation process by entering an email address.
Check the email for the OTP sent by the system.
Observe that the OTP field is pre-filled with a demo OTP identical to the one sent to the email.
Proposed Solution
Generate a unique demo OTP that is clearly marked as an example and does not match the actual OTP sent.
Ensure the demo OTP is used only for visual guidance and cannot be used for account verification.
I have tried 3 times. it's same
The text was updated successfully, but these errors were encountered:
Problem
During account creation, an OTP is sent to the user's email. Simultaneously, a demo OTP is pre-filled in the OTP field for demonstration purposes. However, the demo OTP matches the actual OTP sent to the user's email, compromising the purpose of an OTP as a secure, unique verification code.
Expected Behavior
The demo OTP displayed in the field should differ from the actual OTP sent to the user's email to ensure security and prevent unintended auto-verification.
Steps to Reproduce
Start the account creation process by entering an email address.
Check the email for the OTP sent by the system.
Observe that the OTP field is pre-filled with a demo OTP identical to the one sent to the email.
Proposed Solution
Generate a unique demo OTP that is clearly marked as an example and does not match the actual OTP sent.
Ensure the demo OTP is used only for visual guidance and cannot be used for account verification.
I have tried 3 times. it's same
The text was updated successfully, but these errors were encountered: