andresbejarano / DentalRegistry

A data-management system for dental clinics. Keeps record of patients, appointments, treatments, procedures and budgets.
20 stars 10 forks source link

What are the login credentials? #2

Open kuiper01 opened 8 years ago

kuiper01 commented 8 years ago

Hi Andres,

I have installed Dental Registry.. but the login credentials were not provided. Can you please provide the login credentials?

Very many thanks.

andresbejarano commented 8 years ago

Hi,

This was the generic version. Admin credentials are inserted at your convenience using SQL. For instance, a basic admin user would be inserted using

INSERT INTO sonri-citas.user (firstname,middlename,firstlastname,secondlastname,sex,documenttype,documentnumber,birthdate,address,phonehome,maritalstatus,username,password,privileges) VALUES ("admin","admin","admin","admin",1,1,12345,"01/01/2000","address","000-000-000",1,"admin","adminpassword",4);

kuiper01 commented 8 years ago

Very many thanks Andres for your prompt response.

maal459 commented 5 years ago

Hi!! guys thanks for sharing this wonderful source code I really appreciated, I want to install this software a small dental clinic in my town but I can`t login I installed the project using XAMPP, but it shows wrong password or email. can someone please spare his/her time to help see the functionality of the projects.

thanks in advance I am forever grateful