hharnisc / meteor-accounts-admin-ui-bootstrap-3

A roles based account management system using bootstrap 3 for Meteor
MIT License
56 stars 55 forks source link

read from users username first, then profile.name. #28

Open 1jerry opened 9 years ago

1jerry commented 9 years ago

Write changes to username. Meteor 1.0 with the following setup writes the user names to "username", not profile.name.

Accounts.ui.config({
  passwordSignupFields: 'USERNAME_AND_EMAIL'
});
1jerry commented 9 years ago

Never mind. There are multiple problems with this. I need to make further fixes and allowances.

Should I close this and add a new request when it works better? Or should I just add a new comment when I have some fixed code here?

1jerry commented 9 years ago

OK. Everything works now.