Hi,
I'm trying to add password functionalities (password visibilty, password strength, ..) to my ASP.NET MVC (not Core) application.
Mandatory CS and JS files are included on page as is stated at https://preview.keenthemes.com/html/metronic/docs/forms/password-meter.
But password functionalities don't work and no errors are visible in Console.
What else should I include on the page to use password functuionalities?
I'm using Metronic theme 8.1.6.
Best Regards,
Valentin
Thanks,
I included complete authentication folder and now all functionalities are working.
Best Regards,
Valentin
Hi Valentin,
Glad to hear that. All the best with your project!
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hi Valentin,
To initialize auth pages you need to include js files from folders src/js/custom/authentication.
For example, to initialize sign-in page you need to include js/custom/authentication/sign-in/general.js file.
Regards,
Lauris Stepanovs,
Keenthemes Support Team