meteor-accounts-ui-bootstrap-3
meteor-accounts-ui-bootstrap-3 copied to clipboard
accounts-ui package with Bootstrap 3 and localization support
How can I change mapping of error "Email already exists." or some other errors? I managed to use throw new Meteor.Error(500,"my text") in Accounts.validateNewUser which works in case of facebook/google+...
as above
Hi. Working my way through user registration for a system. I would like to have a group of check boxes for the user to request what features they require for...
We have been using this component for a long time. However, we found the sign out behaves strange after we upgrade MeteorJS to 1.0 When we click sign out and...
Is there a simple non-hack way to edit this or can this be added with a template over-ride (like we do for adding drop down items) or a Accounts.ui.config() option?
The use case that is laid out is EXACTLY what I want do. What I've done is, put this in the client/startup.js: accountsUIBootstrap3.setCustomSignupOptions = function() { return { mxpDistinctId: Session.get('mxpdid'),...
I'm using a responsive navbar that collapses into one button on small screens. My login button is in this collapsed button's bottom.When I click the login/sign in the modal goes...
At the time you try to create a second account using the existing email address you will get "Email already exist" warning message, but it seems there is no such...