Rename everywhere to username.

This commit is contained in:
gaba
2017-02-16 15:16:54 -08:00
parent fa597ca04d
commit 3166692d4e
14 changed files with 75 additions and 65 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ module.exports = class SetupService {
// Verify other properties of the user.
return Promise.all([
UsersService.isValidDisplayName(username, false),
UsersService.isValidUsername(username, false),
UsersService.isValidPassword(password),
settingsModel.validate()
]);