willianmano / moodle-theme_moove

A Moodle Boost child theme
GNU General Public License v3.0
176 stars 157 forks source link

loginpasswordtoggle not supported #474

Closed leonstr closed 1 month ago

leonstr commented 1 month ago

Describe the bug Moodle 4.4 added the ability to show the password in plain text on the login form (MDL-79769). With Moove this feature does not work.

To Reproduce

  1. Install Moove.
  2. Change Password visibility toggle to "Enabled" (under Site administration > Plugins > Authentication > Manage authentication.
  3. Log out of Moodle.
  4. Click Log in.

Expected behavior A button appears in the password field with an eye icon. Clicking this shows the password text.

Screenshots

Screenshot showing the expected button (from theme_boost): loginpasswordtoggle

Your environment (please complete the following information):

willianmano commented 1 month ago

@leonstr Fixed! Thanks for reporting this.