orionjs / orioncms

[Old] Orion is an open source framework built on Meteor that makes complex as well as simple apps possible with minimal effort.
http://orionjs.org
MIT License
715 stars 129 forks source link

How do I remove verifed checkbox on email schema? #365

Open Ajaxsoap opened 8 years ago

Ajaxsoap commented 8 years ago

Hi, My app is for internal use and it didn't require email verification. My client wants to remove it. How do I remove it?

Thanks,

nicolaslopezj commented 8 years ago

To do that you must replace the accounts.update template

ReactiveTemplates.set('accounts.update', 'orionBootstrapAccountsUpdate');