For user registration i have two fields password and confirm password.
And in spring i have to bind with java bean.
I am confused how can I make database field.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simply take one field with
Stringtype in DB and two in bound model.In your registration service or validation check for both.