mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 13:35:50 +01:00
(refs #8)Group repository creation is completed.
This commit is contained in:
@@ -50,7 +50,7 @@ trait AccountService {
|
||||
Accounts insert Account(
|
||||
userName = groupName,
|
||||
password = "",
|
||||
mailAddress = "",
|
||||
mailAddress = groupName + "@devnull",
|
||||
isAdmin = false,
|
||||
url = None,
|
||||
registeredDate = currentDate,
|
||||
|
||||
Reference in New Issue
Block a user