core: Signups forbidden when using together with accounts-ui

Hi!

This package is evolving nicely!

I need to use accounts-ui together with accounts-templates-bootstrap. Everything works except when I create a new account in accounts-ui I get a ‘Signups forbidden’ error.

I have set forbidClientAccountCreation: false in the config.

Any suggestions?

Regards, Riaan

About this issue

  • Original URL
  • State: closed
  • Created 10 years ago
  • Comments: 37 (7 by maintainers)

Most upvoted comments

Had the same issue, suddenly. Essentially, I removed ‘accounts-password’ then added it again. This seemingly solved the problem.

Hi, I had the same issue and nothing worked for me.

My way to solve this was that I put the Accounts.createUser() wrapped in a Meteor.methods which I call when the form is submitted.

Fixed it for me =)

@Twisterking please mind your language!

You can use Accounts._hashPassword() to prevent plain text password transfer.

@splendido I just removed the other accounts packages, so now I have:

  • accounts-base
  • accounts-ui
  • accounts-password