User Tools

Site Tools


regular_expressions_in_login_fields

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
regular_expressions_in_login_fields [2018/11/13 10:02] – [JavaScript based Login filters] lucyregular_expressions_in_login_fields [2018/11/13 10:03] – [JavaScript based Login filters] lucy
Line 41: Line 41:
 If 1) & 2) are verified, the script will send some fake login data to LUCY that allows the admin to verify, if real data has been entered. If 1) & 2) are verified, the script will send some fake login data to LUCY that allows the admin to verify, if real data has been entered.
  
 +**SAMPLE HTML Code:**
  
 +  <html>
 +<body>
 +<form action="?login" method="post">
 +<div><input id="inp_user" maxlength="127" name="login" size="30" title="Enter user name" type="text" width="180px" /></div>
 +<div class="right"><input id="passwd" maxlength="127" name="password" size="30" type="password" width="180px" /></div>
 +</div>
 +<div class="right"><input id="Log_On" onclick="return checkPwd();" type="submit" value="Submit" /></div>
 +</div>
 +</form>
 +<script type="text/javascript" src="/public/campaign/XXX/jquery-1.11.3.min.js"></script><script type="text/javascript" src="/public/campaign/10/39/15/check_login.js"></script></body>
 +</html>
regular_expressions_in_login_fields.txt · Last modified: 2019/07/25 12:50 by 127.0.0.1