Adding files to USER table

BEGOLIPA5 years ago

In order to manage new information about my users that it can be used in the notifications mails I´m added a test field named "type_user" as NVARCHAR.
What I need to use that field as "$user.type_user" in the mail templates ".vm"?

Anton Tananaev5 years ago

I would recommend looking at the code and see how we use existing fields.

BEGOLIPA5 years ago

Thanks a lot Anton.

I add the new field in the "User.js" but I don´t know if it is enougth.