Hi !
An interesting questions -
1. Can is blocked for some time entrance to adimin panel after 3 unsuccessful attempts to login?
2. Can it make a ban browser to remember enter your username and password in the input box?
3 Can I hide the input characters in:
I tried to replace type="text" with type='password' but the code does not work!
I think that it is important for all Couch users
An interesting questions -
1. Can is blocked for some time entrance to adimin panel after 3 unsuccessful attempts to login?
2. Can it make a ban browser to remember enter your username and password in the input box?
3 Can I hide the input characters in:
- Code: Select all
<cms:input name="human" type="text" required='1' validator='regex=/(white|green|red)$/i' separator='#' validator_msg='regex=My condition is here' label='Secur' />
I tried to replace type="text" with type='password' but the code does not work!
I think that it is important for all Couch users
