Knowledge Base > Article [0068]

CWI Form Submit by pressing enter key in password field

Some customers only do the OTP authentication with DualShield,

They are still favour of doing password authentication in the original CWI login page.

Somehow, pressing enter key in the password field invokes nothing after you have protected CWI with DualShield IIS agent.

After some research, we found, the javascript function setup_login_submit_keys was not executed on body.onload.

The solution is simple. On IIS server, go to the folder C:\Program Files\Deepnet Security\IIS\DasWeb, find the file das.js, open it,

in function auto_logon, add setup_login_submit_keys();

Now, Enter key should work. You may need to clean web browser cache (you can simply do it by ctrl + F5).