Quote:
Originally Posted by Dannyloski
King Kovifor, yeah I can confirm that it is in fact affected by the new Security Token on 3.6.10 and 3.7.0 RC4 ... Its a really easy fix though (see below) ...
In the modifyusername template FIND:
Code:
<form action="profile.php?do=submitrequest" method="post">
BELOW that line add:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
That's it! I did that and now its working like a charm again. So for those who need this Quick Fix until the New Version is released, there it is ...
|
Thanks. I should release a 1.0.9 including this fix later tonight (I assumed this would be affected but couldn't test it).