Forums
(@sheasullivan)
11 years, 2 months ago
I just ran into this issue, and removing line 159 in cas-maestro.php add_filter('show_password_fields', array(&$this, 'show_password_fields')); worked for me. You have to enter a password but just using a long random string seems to work fine.
add_filter('show_password_fields', array(&$this, 'show_password_fields'));