ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

Sign in only #130

Closed artem-stepanov closed 9 years ago

artem-stepanov commented 9 years ago

Need add fix

Template._loginButtonsLoggedOutDropdown.helpers({
    forbidClientAccountCreation: function() {
        return Accounts._options.forbidClientAccountCreation;
    }
});
ianmartorell commented 9 years ago

This is already there, in file login_buttons_dropdown.js#L211.

artem-stepanov commented 9 years ago

It`s not working, because Template has name "_loginButtonsLoggedOutDropdown", not "_loginButtonsLoggedOutAllServices" https://github.com/ianmartorell/meteor-accounts-ui-bootstrap-3/blob/master/login_buttons_dropdown.html#L42