писать этот код?
var pwd = AccountsTemplates.removeField('password');AccountsTemplates.removeField('email');AccountsTemplates.addFields([ { _id: "username", type: "text", displayName: "username", required: true, minLength: 5, }, { _id: 'email', type: 'email', required: true, displayName: "email", re: /.+@(.+){2,}\.(.+){2,}/, errStr: 'Invalid email', }, pwd]);
@JWo1F
Что значит «где»?
В блокноте
В каком файле и где этот файл лучше поставить в файловой структуре проекта
Обсуждают сегодня