JavaFX-Point-of-Sales icon indicating copy to clipboard operation
JavaFX-Point-of-Sales copied to clipboard

What is the Password?

Open sebastian-prog opened this issue 4 years ago • 5 comments

The code runs with me. However, I can't login because I don't have the password. I try reading from the inventory.sql script but that does not help because the passwords are hashed. Please, which password goes for 'admin'?

sebastian-prog avatar Sep 20 '20 20:09 sebastian-prog

admin

On Mon, Sep 21, 2020, 02:57 sebastian-prog [email protected] wrote:

The code runs with me. However, I can't login because I don't have the password. I try reading from the inventory.sql script but that does not help because the passwords are hashed. Please, which password goes for 'admin'?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sadatrafsanjani/JavaFX-Point-of-Sales/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUDLZPMJGAJN2RLVKFYIO3SGZUDPANCNFSM4RT3AWMA .

sadatrafsanjani avatar Sep 21 '20 18:09 sadatrafsanjani

You can also fill in your own hashed password in the database for the admin user

MauritsArissen avatar Sep 22 '20 20:09 MauritsArissen

@MauritsArissen @sebastian-prog How did you run the code help me if you can please :) I have run this code with netbeans setup mysql database with inventory but it can't cannot with the database since i have tried passing password in hibernate.cnf.xml as root but still i can't getting connection with mysql DB

NaheelSalman avatar Nov 06 '20 21:11 NaheelSalman

Yahooo ! Finally it work for me too using New dependencies java-mysql-connector 8.0.21 hibernate 5.3.1.Final but now on typing username pass it just disappears from screen what type of error is it?

NaheelSalman avatar Nov 06 '20 22:11 NaheelSalman

The app is well tested in JDK 1.8 and mysql5.

On Sat, Nov 7, 2020, 04:40 NaheelSalman [email protected] wrote:

Yahooo ! Finally it work for me too using New dependencies java-mysql-connector 8.0.21 hibernate 5.3.1.Final but now on typing username pass it just disappears from screen what type of error is it?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sadatrafsanjani/JavaFX-Point-of-Sales/issues/12#issuecomment-723332020, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUDLZMVJQVRDPHPR5LRLWLSOR3PJANCNFSM4RT3AWMA .

sadatrafsanjani avatar Nov 07 '20 04:11 sadatrafsanjani