ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

Hidden 'Reset your password' modal just under the body tag #171

Open mwarren2 opened 9 years ago

mwarren2 commented 9 years ago

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 rewrite it all here.

http://stackoverflow.com/questions/33059931/mysterious-hidden-reset-your-password-modal-just-under-the-body-tag-in-meteor

Basically the problem is that there's some global accounts-ui html code in my meteor app that probably shouldn't be there - it's a modal with 'Reset your password' on it. I would like to see it removed, if possible 1) to keep my html cleaner, especially since it appears before all my nice marketing blurb on the page, which I would like to come as high as possible in the html markup for seo purposes. 2) And of course also because it would simply be neater. - It appears to be unnecessary code.

dpatte commented 8 years ago

It adds this dialog when you include the package, but it remains hidden until it needs it during a password reset operation. I think this is the intended design.