Skip to content

Commit b0b096a

Browse files
committed
Change default admin credentails
Modified the default admin credentials to match what is stated in the Readme
1 parent 1aaf4b9 commit b0b096a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updates/0.0.1-admins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
exports.create = {
1111
User: [
12-
{ 'name.first': 'Admin', 'name.last': 'User', 'email': 'omisi2018@gmail.com', 'password': 'admin', 'isAdmin': true },
12+
{ 'name.first': 'Admin', 'name.last': 'User', 'email': 'adminuser@shecodeafrica.com', 'password': 'anadmin', 'isAdmin': true },
1313
],
1414
};
1515

0 commit comments

Comments
 (0)