meteor-accounts-ui-bootstrap-3
meteor-accounts-ui-bootstrap-3 copied to clipboard
accounts-ui package with Bootstrap 3 and localization support
This would be a bit necessary to add if you prefer to ensure than no bots can make accounts in your site. Of course you can limit them with requiring...
When completing the enrolment process with the modal, clicking Close or Submit destroys the form component, but the lightbox background doesn't disappear. Appears to be related to: https://github.com/ianmartorell/meteor-accounts-ui-bootstrap-3/blob/master/login_buttons_dialogs.js#L116 https://github.com/ianmartorell/meteor-accounts-ui-bootstrap-3/blob/master/login_buttons_dialogs.js#L136 As...
If login takes some time there is no loading animation shown. The original account-ui package does show a loading animation when logging in.
It seems there is no password confirmation field when creating an account or changing the password in the dropdown (although there is one in the reset password modal). Don't you...
You can click much of the space within the form that isn't an input and it will accidentally hide. That's far from optimal in signups since you will lose potential...
Once a user has registered for the first time by clicking the "Create" button, is there some way to show a popup telling the user to immediately go verify their...
I've added a couple of extraSignupFields but I don't know how to make them available in multiple langs (english and spanish in my current project). Any ideas? Thanks!
Is there an easy way to remove language translations I don't want ? Each language seems to be about 2k minified. That's a lot of 'stuff' each client has to...
more of a UX issue than a bug, but I think the appropriate UX change is clear 1. create an email/password based account 2. log out 3. select an oauth...
I have this package working nicely. But I also want to show sign-in / sign-up forms outside of the nav button dropdown and I'm not sure the best way to...