|
P
|
procheck 8/29/2011 |
|
Have a look at this link: |
|
|
C
|
cgphp 8/29/2011 |
|
This is a bad practice but, anyway, here it is the solution. In the "Login page: Before process" event enter this code: $_POST['username'] = strtolower($_POST['username']); |
|