User Registration and Form Validations

This tutorial will demonstrate how to add User Registration and Form Validations.

Download source code: Click here!
Download source code with Assignment Answer: Click here!

This post is coming soon.. Sorry for inconvenience..

Help others by sharing the content!

14 thoughts on “User Registration and Form Validations”

  1. I have a problem. When I try to login after registration, I get an “Email or Password is invalid” error. What is the reason?

    Reply
    • There can be multiple problems:
      You need to check the logs for more details. Can you share link to your log file.
      You can check for below things:
      1. Database details are correct and MySQL is up and running.
      2. Queries are executing properly without SQL Exception.
      3. Users are already present in database, for which you are trying to login.

      Reply
  2. Hello, I have a question. According to the given email, I want to write a function of returning the user object. How can I do it?

    Reply
    • Hi, I have added the source code for the same on page, you can find solution for your query in that source code. Here is the code for that.

      Reply
  3. Hi I am not able to open registration page , when i open registration it will redirect to login and give some error as access denied

    Reply
    • Hi, Can you check whether in SecurityConfiguration.java, you have allowed the access to register page.

      Reply
    • Hi, I have added source code for the assignment, you can find the solution for your query in that. Thanks for your comment, if I could help you in any way, you can subscribe to my YouTube channel. Thanks. Happy Coding.

      Reply

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.