Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 645f6dd

Browse files
committed
reverse trim/lowercase change for now
1 parent bbf30fe commit 645f6dd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/config/at_config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ AccountsTemplates.addField({
1010
displayName: 'username',
1111
required: true,
1212
minLength: 3,
13-
errStr: 'error.minChar',
14-
trim: true,
15-
lowercase: true
13+
errStr: 'error.minChar'
1614
});
1715

1816
AccountsTemplates.removeField('email');

0 commit comments

Comments
 (0)