Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login page behaving badly #22

Closed
yogiben opened this issue Dec 12, 2014 · 4 comments
Closed

Login page behaving badly #22

yogiben opened this issue Dec 12, 2014 · 4 comments
Assignees

Comments

@yogiben
Copy link
Owner

yogiben commented Dec 12, 2014

Getting errors and the signup with email/password link broken.

image

@mpowaga
Copy link
Collaborator

mpowaga commented Dec 12, 2014

Seems to be the accounts-entry issue.

@KrishnaPG
Copy link

To verify - just created a brand new meteor sample app with accouns-entry (all latest versions) and looks like accounts-entry is working fine. Could be something specific to this 'meteor-starter' app.

Here is the list of packages in the sample (working fine):

accounts-github              1.0.2  Login service for Github accounts
accounts-password            1.0.4  Password support for accounts
autopublish                  1.0.1  Publish the entire database to all clients
ian:accounts-ui-bootstrap-3  1.2.3  Bootstrap-styled accounts-ui with multi-lan...
ian:bootstrap-3              3.3.1  HTML, CSS, and JS framework for developing ...
insecure                     1.0.1  Allow all database writes by default
joshowens:accounts-entry     1.0.3  Make signin and signout their own pages wit...
meteor-platform              1.2.0  Include a standard set of Meteor packages i...

On the other hand the failing app doesn't seem to be using ian:bootstrap. I am not sure how they work, but could it be the yogiben:bootstrap (which seems like a local customized package) causing problem?

The error is happening at:

    Template._resetPasswordDialog.rendered = function() {                                                                 // 81
        var $modal = $(this.find('#login-buttons-reset-password-modal'));                                                    // 82
        $modal.modal();                                                                                                      // 83
    };

The login-buttons-reset-password-modal element seems to be missing hence the failure.

May be the customized yogiben:bootstrap is incompatible with the lastest ian:accounts-ui-bootstrap ?

@cunneen
Copy link

cunneen commented Dec 18, 2014

I think @KrishnaPG is right. The "Register with your email address" link on the sign-in page was broken and throwing an error in the latest version (1.0.1). The following seems to fix it:

meteor remove yogiben:bootstrap
meteor add ian:boostrap-3

@lukasvan3l
Copy link

This does fix the registration & login page, thanks!

It does not, however, fix that you can't configure the social logins (facebook, google, twitter).
But I just wanted to have a look, and with above fix that's possible, so my mission is accomplished ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants