CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Gayu13

Search: Search took 0.02 seconds.

  1. Re: Forgot password send mail to the registered user java

    Connection con = null;
    PreparedStatement preparedStatementFetch = null;
    PreparedStatement preparedStatementInsert = null;

    Session session = Session.getInstance(props,new...
  2. Re: Forgot password send mail to the registered user java

    I have added the code as per you tole me to.

    UUID tokenId=java.util.UUID.randomUUID();
    String path="http://localhost/PasswordResetServlet?tokenId='"+tokenId+"'";
    String...
  3. Re: Forgot password send mail to the registered user java

    Can you please suggest me an example and this is my user table valuesid | Email | userName | password | reg_date . What else should i add in user table?
  4. Forgot password send mail to the registered user java

    I am trying to create a link on clicking forgot password. Once the user entered their mail id and clicks the button, the user should check their mail for the reset password link in which the link is...
  5. Re: Password Encryption and store in database

    Thanks for your suggestion. Now it works fine. I just added the same code in login page and matches the password.
  6. Re: Password Encryption and store in database

    I am using the following code for encryption at my registration side.
    How will I decrypt in the login side? Please help me.
  7. Re: Password Encryption and store in database

    I followed the post [stackoverflow.com/questions/47537908/…. But when I tried login with the password i am getting Invalid user credentials,as the password entered in db looks like...
  8. [RESOLVED] Password Encryption and store in database

    HI,
    I have created a simple login page with basic requirements with the following example https://krazytech.com/programs/a-login-application-in-java-using-model-view-controllermvc-design-pattern. I...
  9. read and display the content of .owl file in server

    HI, I am new to servlets and owl api. I have installed eclipse with maven for working with owl api. I have created a maven project and tried loading owl file which returns the output...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured