Change the initial admin user to 'root' from 'admin'.

This commit is contained in:
takezoe
2013-06-04 11:10:32 +09:00
parent 3b62853e71
commit 9d31eb2e88

View File

@@ -118,9 +118,9 @@ INSERT INTO ACCOUNT (
UPDATED_DATE,
LAST_LOGIN_DATE
) VALUES (
'admin',
'admin@localhost',
'admin',
'root',
'root@localhost',
'root',
1,
'https://github.com/takezoe/gitbucket',
SYSDATE,