meteor-accounts-ui-bootstrap-3
meteor-accounts-ui-bootstrap-3 copied to clipboard
accounts-ui package with Bootstrap 3 and localization support
Could I custom "Login/Register" with normal (don't popup style)? Because I use it with `Admin LTE Login Page`. Please help me.
I'm using a combination of `accounts-password`, `gcampax:accounts-dropbox`, and `bozhao:link-accounts` to enable a user authenticated via username and password to add an associated Dropbox account, which lets me upload files into...
I wanted this functionality: If the user is logged in but they have an unverified email address, present a "Resend Verification Email" button in the login dropdown menu which triggers...
Its time! :)
Is it possible to display an _additional_, static, so always visible login pane on a certain page? It seems impossible to get rid of the " dropdown-toggle". Worse, if I...
Given I can create a custom signup option with the following: ``` Accounts.ui.config({ requestPermissions: {}, extraSignupFields: [{ fieldName: 'mySignupProperty', fieldLabel: 'My Signup Property', inputType: 'text', visible: true, validate: function(value, errorFunction)...
Hey, Been trying to find a way to pass a url param to the server to be accessed at Accounts.onCreateUser, but no luck with anything. I set google oauth on...
I would like to show `fullName file in user profile` instead of `username` ``` js "username" : "super", "emails" : [ { "address" : "[email protected]", "verified" : false } ],...
How can i support multi language for custom configured fields,Is that possible or Any hint is really appreciated.
Great package -- thanks. I'm using the basic implementation, nothing fancy. But one thing I'd like to customze is, instead of displaying the username or email of the person logged...