meteor-accounts-ui-bootstrap-3 icon indicating copy to clipboard operation
meteor-accounts-ui-bootstrap-3 copied to clipboard

accounts-ui package with Bootstrap 3 and localization support

Results 63 meteor-accounts-ui-bootstrap-3 issues
Sort by recently updated
recently updated
newest added

Since Meteor 2.3, I can't use package and I have the following error.

`login_buttons_dropdown.js` has [two calls to `Meteor.flush()`](https://github.com/ianmartorell/meteor-accounts-ui-bootstrap-3/search?q=meteor.flush&unscoped_q=meteor.flush), which leads to `Uncaught TypeError: Meteor.flush is not a function`. I believe these should be `Tracker.flush()`. Actually, they're probably not needed at all. Let...

Fix #235. Some calls to `Meteor.flush()` (in events) seemed unnecessary, while other calls to `Meteor.flush()` were actually needed (to upgrade the web UI according to session variables before trying to...

Hi, Is there any possibility to replace the stylus package as dependency of this package? Because right now @ Meteor 1.6.1 stylus is already deprecated and for sure on next...

Since stylus is no longer supported it is quite easy to remove the stylus dependency and replace with the css the stylus would generate. It is actually shorter...

Meteor 1.6.1 has deprecated the meteor 'stylus' package. See https://github.com/meteor/meteor/pull/9445. I get a deprecated notice in the browser console due to this package's use of the 'stylus' package. @hwillson [recommends](https://github.com/meteor/meteor/pull/9445#issuecomment-353102725)...

Replace meteor stylus package dependency after [deprecation in Meteor 1.6.1](https://docs.meteor.com/changelog.html#v16120180119) See https://github.com/ianmartorell/meteor-accounts-ui-bootstrap-3/issues/231

When I use two browsers, if I disconnect and reconnect on the same browser, the login-dropdown-list disappears on the second browser

With installed accounts-password and ian:accounts-ui-bootstrap-3 and uninstalled accounts-ui (from your documentation), I see this error: Uncaught Error: No such template: loginButtons

When I use 'forgot password' the email link eg "http://mydomain.com/#/reset-password/fpfVy5s6Q74I7U8e_H-n5EM2Y3I5DdOzFi9ViliDjFU" just redirects to "http://mydomain.com/#/" without showing the reset password modal.

invalid