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

A roles based account management system using bootstrap 3 for Meteor

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

I am using your package and am loving it, however I needed the two features I added, so I created this pull request.

After deleting an user, the modal backdrop is still visible so you cannot interact with any button etc, and you have to refresh (F5) to continue.

Hi, I meant to do this before, but got a bit distracted, but I needed last login support today, so I figured I try and do it in a useful...

Implement checks on publish arguments, so you do not get error when using package audit-argument-checks

This meteor method should check parameters

When I install this package I get this error in the server console: ``` I20150604-14:23:57.191(2)? Exception from sub filteredUsers id ckXfEK2kAkhxtAZnc Error: Did not check() all arguments during publisher 'filteredUsers'...

Changed the package installation command to match the package description at https://atmospherejs.com/alanning/roles

I'm using accountsAdmin template and having problems with getting it to display all my users. It appears that it will only display 25 users. Is there a way to get...

enhancement

I was wondering if this project has been abandoned or is still active? I notice a lot of pending commits and can't tell if the package has been updated to...

Write changes to username. Meteor 1.0 with the following setup writes the user names to "username", not profile.name. ``` Accounts.ui.config({ passwordSignupFields: 'USERNAME_AND_EMAIL' }); ```