erobit / meteor-accounts-ui-bootstrap-dropdown

Meteor accounts-ui package updated to use twitter/bootstrap dropdown
37 stars 217 forks source link

Accounts.registerLoginHandler no longer works. #9

Closed mizzao closed 11 years ago

mizzao commented 11 years ago

When switching from accounts-ui to this, my custom login handler doesn't work anymore. i.e.:

Accounts.registerLoginHandler( function ...) in a server-side file is busted. I assumed that this would be the same as accounts-ui except for styling, but has this functionality changed?

erobit commented 11 years ago

Hi mizzao,

I'm guessing its due to changes with accounts-ui that haven't been merged into my repo. I'll see what I can do this weekend to regain feature parity with the original accounts-ui-unstyled package and re-publish to atmosphere.

mizzao commented 11 years ago

Maybe consider depending on accounts-ui-unstyled and just replace the templates while using the JS? Seems like it could save you some work compared to replicating the functionality each time.

erobit commented 11 years ago

mizzao, we can't use the stock .js files from accounts-ui-unstyled unfortunately as they have been modified to support bootstrap ui / workflow. I'll do my best to keep feature parity in the future. We have feature parity with 0.6.5 so I'll close this issue.