phpBB ALWAYS asks me to login with capcha. maybe that's why the script fails, because it try to send a capcha to the script ?
EDIT : Yes, this is the reason
- Code: Select all
<div class="error">You exceeded the maximum allowed number of login attempts. In addition to your username and password you now also have to solve the CAPTCHA below.</div>
It seems that PHPBB is identifying the ip adress of multiple failed login attempt in order to ask for the capcha. Because i failed to login correctly with my account on my computer (with the same ip address), it is asking the NAS the capcha, because it is sent with the same IP address ...
So many issues with this PHPBB ! First, it was not accepting my gmail account, now, it is failing the script because of capcha !
Any thing to do to correct this behavior on your side ? :please
