Skip to content
New issue

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

How to change "Forgot you password text? #745

Open
jonstra opened this issue Jun 22, 2017 · 2 comments
Open

How to change "Forgot you password text? #745

jonstra opened this issue Jun 22, 2017 · 2 comments

Comments

@jonstra
Copy link

jonstra commented Jun 22, 2017

Hi.
I'm creating a Norwegian site and need to change the following fields in useraccounts:bootstrap:

  • "Forgot your password?"
  • "Dont have an account? Register"
  • "If you already have an account sign in"

I could change all other fields using AccountsTemplates.configure().

Can someone tell me how this is done? Thank you.

@jonstra
Copy link
Author

jonstra commented Jul 4, 2017

Can any DEVs comment on this please? Thank you.

@twentyfortysix
Copy link

twentyfortysix commented Jul 29, 2018

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');

html:

<template name="overrideAtFrom">
<div class="at-form">
// the whole thing
</div>
</template>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants