Changes in felogin-Template: Within subpart ... change line
to change lines to add line Add the following javascript: function copyPassword(login_form){ jQuery('#pass').val(jQuery('#pass_temp').val()); //copy the entered clear text password into the hidden field jQuery('#pass_temp').val(''); //set clear text password to an empty string tx_rsaauth_feencrypt(login_form); call rsa function, that takes care of encrypting the password }