Comment 4 for bug 1164720

Revision history for this message
Bill Erickson (berick) wrote :

I can see the value in a quick fix via JS, however I'll note that similar validation is performed without JS via the server-side form processing. See Account::load_myopac_update_email, load_myopac_update_username, and load_myopac_update_password. The loose guidelines for the TPAC and JS thus far have been to use JS only when there is no other way to accomplish the goal (and only for secondary features). Any chance this could be done with Perl/template changes instead for consistency?