How to modify Geometrixx-Gov such that loggedin users can see only THEIR drafts
I am trying to modify the GeoMetrixx-Gov site in AEM 6 such that a logged in user can only see THEIR drafts under "/content/geometrixx-gov/en/myforms.html". Currently, if user1 saves a draft and user2 logs in, then user2 can also see the draft saved by user1. I want user1 to only see drafts saved by them.
Looking at the code in "/etc/designs/geometrixx-gov/fp/draft/template.html" I think the servlet that sends all the drafts back is located here:
"/libs/fd/fp/components/draftsAndSubmissions/draftsAndSubmissions.jsp"
However, looking at the code of that JSP page, I'm not sure what modifications I should be making such that logged in users only see THEIR forms and not everybody else's
But in this code I can't locate how to stop users from seeing each others' drafts.
Where should I be modifying to make this happen?