meteor-accounts-ui-bootstrap-3
meteor-accounts-ui-bootstrap-3 copied to clipboard
accounts-ui package with Bootstrap 3 and localization support
hi , I looked for stylized button connection, but I found nothing. I try to overwrite the css. But that did not change anything. I need help :) ps: sorry...
When I'm clicking to "sign in/Join", nothing's going on. Drop down menu doesn't shown
Have the same problem https://github.com/ianmartorell/meteor-accounts-ui-bootstrap-3/issues/215. Removing account-ui fix everything.
It says: "invalid e-mail" when trying to register from mobile (chrome on android). loginButtons template is used twice on a page (http://progressiv.io) Found same issue here: http://stackoverflow.com/questions/26794325/meteor-login-system-account-creation-invalid-email
Replaced the `document.getElementById` by `Template.instance().find` to make sure that the input values will be fetched from the same template where the click fired.
Edit Persian language.
Hi @ianmartorell -- can you add license info to the repo? Thanks!
Hi, I added codes for client to configure loginStyle of Accounts.loginWith options. You may check whether a client is a browser or WebView by userAgent, and can change loginStyle dynamically....
i'm new meteor and i following Discovery meteor docs "Forgot password" link in signIn Box is gone when i set "USERNAME_ONLY" option to passwordSignupField of Account.ui.config `Accounts.ui.config({ passwordSignupFields: "USERNAME_ONLY" })`...
I get following error: ``` While building for web.browser: error: no plugin found for accounts_ui.styl in ian:accounts-ui-bootstrap-3; a plugin for *.styl was active when it was published but none is...