The login not loading - This was because you had the extension disabled. Even though you published the module, it won't show up until enabled in the system extension manager.
So after some more poking around, I am pretty sure it has to do with how you are loading the SCLogin module into that popup. I realized that you had the SCLogin module set to Always Visible, but it's a modal being shown. I'm not sure what extension or plugin you are using to do this but I think that's where the problem lies.
When I switched SCLogin to modal popup instead of always visible, the input-password-toggle worked. You can see it on the following page:
- I created a temporary menu item in the Bottom Menu called Login (it goes to
quelpriximmo.com/login).
- I created an SCLogin instance just for this page and switched it to Modal Popup.
- It's still being launched by the previous way of however you are launching the module, but you can see that the toggle works in the SCLogin module now.
- You can remove the temp menu item and module when done.
My suggestion - however you're adding that button right now, replace it with just the SCLogin module in Modal Popup mode. It will also be a button - you may have to style the color to make it look like the current button but that is easier to do that than figuring out the problem with the extension that you're using to launch the modal right now.
Hope this helps get you on the right track.
-Melissa