I am working with Grails Framework. I am using Apache Shiro Security for authenticate and authorization. In My application following is my login page.
Now when I checked with Remember Me my "username" and "password" manage by Shiro security but after successfully login I have one more form which contains following information:
Now my new form automatically filled by remember me values so how to prevent remember me values to another form in my application?
In your form you can use
autocomplete=false
as below:If you want it to specific controls then add this property only to them like
password
:Browser Support:
Visit here to know more about autocomplete
When AutoComplete is not supported, you can use some workaround like this: