Read accounts by default from NoteDb
Accounts have been fully migrated to NoteDb. The change that removes the support for accounts in ReviewDb is still pending. In the meantime make reading accounts from NoteDb the default. Change-Id: I1881011feaa303eb941366cc2017e14882d2f82b Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
@@ -57,7 +57,7 @@ public class Accounts {
|
||||
GitRepositoryManager repoManager,
|
||||
AllUsersName allUsersName,
|
||||
OutgoingEmailValidator emailValidator) {
|
||||
this.readFromGit = cfg.getBoolean("user", null, "readAccountsFromGit", false);
|
||||
this.readFromGit = cfg.getBoolean("user", null, "readAccountsFromGit", true);
|
||||
this.repoManager = repoManager;
|
||||
this.allUsersName = allUsersName;
|
||||
this.emailValidator = emailValidator;
|
||||
|
||||
Reference in New Issue
Block a user