We've extended the OOTB login component just to adjust the markup for styling purposes. Otherwise, it is OOTB CQ login functionality on publish.
I have added autocomplete="off" to both the input and the form, yet the browser is not respecting that.
Is there something else I need to change in CQ to fully turn off autocomplete for form elements?
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Are you sure you are doing at [1] ? Which version of aem.
[1] /libs/granite/core/components/login/login.jsp
Views
Replies
Total Likes
Update: it looks like it's CQ storing the info, I've hit it in incognito/private mode and it's still remembering form data.
Views
Replies
Total Likes
Todd,
autocomplete="off" should work. Can you make sure using firebug that there is no other CSS overriding this behavior ?
Yogesh
Views
Replies
Total Likes
Are you sure you are doing at [1] ? Which version of aem.
[1] /libs/granite/core/components/login/login.jsp
Views
Replies
Total Likes
Ended up being that it WAS working, only the previously stored info was there still there. Had to completely clear my browser private info to get it to go away.
Views
Replies
Total Likes
Views
Likes
Replies