Skip to content

Commit

Permalink
Update db.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
daveismynamecom committed Oct 23, 2015
1 parent 0f15c7f commit 56e0467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.sql
Expand Up @@ -16,7 +16,7 @@ LOCK TABLES `blog_members` WRITE;

INSERT INTO `blog_members` (`memberID`, `username`, `password`, `email`)
VALUES
(1,'Demo','$2a$12$TF8u1maUr5kADc42g1FB0ONJDEtt24ue.UTIuP13gij5AHsg5f5s2','demo@demo.com');
(1,'Demo','$2y$10$wJxa1Wm0rtS2BzqKnoCPd.7QQzgu7D/aLlMR5Aw3O.m9jx3oRJ5R2','demo@demo.com');

/*!40000 ALTER TABLE `blog_members` ENABLE KEYS */;
UNLOCK TABLES;
Expand Down

3 comments on commit 56e0467

@sirajob
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please tell me the password for admin

@dcblogdev
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The password is demo

@perryswag9
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls I just downloaded the ur project so I can learn from urs. what is the database name.

Please sign in to comment.