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

I am using windows 10 and when I try to use software I get the following message Errors prevented startup: While building for web.browser: error: no plugin found for accounts_ui.styl...

Hi - I'm trying to use out of the box bootstrap utility with user name and password registration for login for a dapp I'm building. I get signin/login option in...

This peace of shit is not working on Meteor 1.4.

When I move the cursor in the login rectangle, all the text disappears Here are the pictures: [The login with the cursor outside the rectangle](https://postimg.org/image/mrk51fe7p/) [The login with the cursor...

I hope you don't mind if I just include a link to a stackoverflow.com page. I spent some time illustrating the problem there, and it would take some time to...

I've added a few extra fields using extraSignupFields. In Accounts.validateNewUser() I do some validation on these extra fields. If a field is invalid, I return false from validateNewUser(). This works,...

help wanted

Here's what I've written so far that I haven't gotten working: ``` import { Blaze } from 'meteor/blaze' import { Template } from 'meteor/templating' import AccountsUI from 'meteor/ian:accounts-ui-bootstrap-3' import React...

Hi, I need help to verify the email when user is created. What I have done is the creation of the user {{> loginButtons}}. In Accounts.ui.config, I specified "passwordSignupFields: 'EMAIL_ONLY'"....

When I am trying to run the app on android, login buttons are not shown, I printed out html code and saw that container of {{> loginButtons}} is empty, whereas...

Hi, How do I access all form fields on the validate function in the example below? Thanks. ``` Accounts.ui.config({ requestPermissions: {}, passwordSignupFields: "USERNAME_ONLY", extraSignupFields: [ { fieldName: 'first_name', fieldLabel: 'First...