[ticket/17414] Deprecate captcha constants

PHPBB-17414
This commit is contained in:
Marc Alexander 2024-10-04 13:42:18 +02:00
parent 1b89184489
commit 15b51e3b8f
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -152,9 +152,13 @@ define('FULL_FOLDER_DELETE', -2);
define('FULL_FOLDER_HOLD', -1); define('FULL_FOLDER_HOLD', -1);
// Confirm types // Confirm types
/** @deprecated 4.0.0-a1 Replaced by \phpbb\captcha\plugins\plugin_interface::CONFIRM_REGISTRATION, to be removed in 5.0.0-a1 */
define('CONFIRM_REG', 1); define('CONFIRM_REG', 1);
/** @deprecated 4.0.0-a1 Replaced by \phpbb\captcha\plugins\plugin_interface::CONFIRM_LOGIN, to be removed in 5.0.0-a1 */
define('CONFIRM_LOGIN', 2); define('CONFIRM_LOGIN', 2);
/** @deprecated 4.0.0-a1 Replaced by \phpbb\captcha\plugins\plugin_interface::CONFIRM_POST, to be removed in 5.0.0-a1 */
define('CONFIRM_POST', 3); define('CONFIRM_POST', 3);
/** @deprecated 4.0.0-a1 Replaced by \phpbb\captcha\plugins\plugin_interface::CONFIRM_REPORT, to be removed in 5.0.0-a1 */
define('CONFIRM_REPORT', 4); define('CONFIRM_REPORT', 4);
// Categories - Attachments // Categories - Attachments