mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Rename everywhere to username.
This commit is contained in:
+1
-1
@@ -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()
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user