mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-06 18:26:28 +02:00
Change the initial admin user to 'root' from 'admin'.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user