Hello,
I noticed a security problem. If I am logged in and click "Edit My Profile" on the left hand side, the url link is:
index.php?-action=edit&-table=users&username==admin
If I change "admin" to any other username, I can see their information ( first name, last name etc).
Any suggestion on fix for this? I noticed the My Watch List link does not use this type of GET call, my guess is that it is using sessions. Would it be better to use session in this situation?
Thanks in advance.