We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I'm creating a Norwegian site and need to change the following fields in useraccounts:bootstrap:
I could change all other fields using AccountsTemplates.configure().
Can someone tell me how this is done? Thank you.
The text was updated successfully, but these errors were encountered:
Can any DEVs comment on this please? Thank you.
Sorry, something went wrong.
You have to override the template with your own. https://github.com/meteor-useraccounts/core/blob/master/Guide.md#templates
js: Template['overrideAtFrom'].replaces('atForm');
Template['overrideAtFrom'].replaces('atForm');
html:
<template name="overrideAtFrom"> <div class="at-form"> // the whole thing </div> </template>
No branches or pull requests
Hi.
I'm creating a Norwegian site and need to change the following fields in useraccounts:bootstrap:
I could change all other fields using AccountsTemplates.configure().
Can someone tell me how this is done? Thank you.
The text was updated successfully, but these errors were encountered: