meteor-accounts-admin-ui-bootstrap-3
meteor-accounts-admin-ui-bootstrap-3 copied to clipboard
read from users username first, then profile.name.
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'
});
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?
OK. Everything works now.