Read from here : http://forums.phpbb-fr.com/viewtopic_122326.html
(French page)
I've added these SQL queries and it now works again:
ALTER TABLE phpbb_users ADD COLUMN user_login_tries smallint(5) UNSIGNED
DEFAULT '0' NOT NULL;
ALTER TABLE phpbb_users ADD COLUMN user_last_login_try int(11) DEFAULT
'0' NOT NULL;
INSERT INTO phpbb_config (config_name, config_value) VALUES
('max_login_attempts', '5');
INSERT INTO phpbb_config (config_name, config_value) VALUES
('login_reset_time', '30');
Hope this helps.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]