Questions tagged [verification]
Verifying is the act of checking whether some assertion is true. For example, email verification involves sending a test message which the user must respond to in order to prove that the email address is the correct one.
59 questions
0 votes
1 answer
81 views
Best way to have users validate accuracy of AI authored text without it feeling too heavy handed?
Our MVP product will use OCR to scan patient records (e.g., handwritten, faxed, digital, etc.) and uses AI to write a patient summary for healthcare providers There are key patient data points that we ...
1 vote
1 answer
220 views
Best Practice to Verify User during flows
In our app we have different flows such as changing passcode, adding security questions, and deleting accounts and all these flows require the user to verify(through OTP) to incorporate the changes I ...
2 votes
3 answers
157 views
Does onboarding include sign up?
I'm designing a matchmaking platform for influencers and marketers. I want to create a secure platform that verifies identities (both influencers, and marketers that work for legit brands). I am ...
0 votes
1 answer
92 views
Asking users for proof of task completion (attestation)
I'm currently working on a project where we are integrating safety tasks around the home into an insurance platform. For a small number of these tasks, we're asking users to provide proof that they ...
3 votes
1 answer
888 views
How to reset a user's password before email verification?
I'm designing a basic registration and login system. The site sends a confirmation email on registration with a 6-digit OTP. Of course, it is possible that a user does not complete this email ...
1 vote
3 answers
2k views
Best way to verify user identity
I'm going to build eCommerce type website in USA where I need to find the true identity of the user when he/she create account. Because some people to bad things for example upload fake product and ...
3 votes
3 answers
336 views
What is the best way to verify passport?
What are the best practices of verifying passport in a web app? I'm currently designing a verification process where user has to take a picture of the passport and upload it. But pictures are usually ...
-1 votes
2 answers
214 views
Should I hide upload file information after user have uploaded 1 or more files
I have some information that I show in my upload form: - The limit of file size - Available file formats to upload Should I hide this information after user have uploaded 1 or more files? Images ...
0 votes
2 answers
128 views
How to verify that services are being used by a customer
I have a project, which is sending surveys to customers as soon as they use certain services like restaurants, beauty salons,...so how can these customers verify that they actually used this service? ...
0 votes
3 answers
133 views
What is the best time/stage to ask Hosts/listers for phone verification?
For holiday rental apps such as Airbnb, booking.com and likes. What is the best time/stage to ask Hosts/listers for phone verification? On signup or after they list the property? Keep in mind, they ...
4 votes
6 answers
4k views
What is best way to display a partial mobile number
Refer following links: https://www.karansaini.com/fuzzing-obfuscated-phone-numbers/ https://www.alldigitaltricks.com/wp-content/uploads/2017/12/kotak-bank-change-mobile-netbanking.png https://www....
2 votes
1 answer
4k views
Phone number login and verification for mobile apps
Can someone shed some light on the security behind mobile phone logins on mobile apps? Uber and Lyft ask the user to login using their mobile phone, I'm assuming because it is a more unique ...
1 vote
2 answers
1k views
Should I use email or phone number verification on an app onboarding process?
I am designing the onboarding experience for a job-posting app. We have two options of verification methods, email verification and mobile verification. We already plan to use email verification on ...
0 votes
1 answer
121 views
How to handle the verification of an account in an application process
I'm redesigning an application process; the process has around 8 steps, each step varies in length. At the beginning of the process, we ask the user to create an account by entering an email address ...
2 votes
5 answers
3k views
What's a polite way to ask the user to verify that they're not abusing my system?
My app is a game for kids in classrooms, and we offer a demo mode for teachers, so they can try before they buy. We've found that lots of kids are signing up for a demo so they can play the game for ...