diff options
| author | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-24 13:46:33 -0400 |
|---|---|---|
| committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-24 13:46:33 -0400 |
| commit | 581cb37b8c7ae4f1902cfd6114a34ce1510139a8 (patch) | |
| tree | aae7b4d463c7c64ad0e2ac0528b41961abce3b8e /phpBB/includes/constants.php | |
| parent | 669586c134641b29a95faa43090df124b59d4e14 (diff) | |
| download | forums-581cb37b8c7ae4f1902cfd6114a34ce1510139a8.tar forums-581cb37b8c7ae4f1902cfd6114a34ce1510139a8.tar.gz forums-581cb37b8c7ae4f1902cfd6114a34ce1510139a8.tar.bz2 forums-581cb37b8c7ae4f1902cfd6114a34ce1510139a8.tar.xz forums-581cb37b8c7ae4f1902cfd6114a34ce1510139a8.zip | |
[feature/oauth] Start linking/registering OAuth accounts during login
PHPBB3-11673
Diffstat (limited to 'phpBB/includes/constants.php')
| -rw-r--r-- | phpBB/includes/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index c1f4c6ac0e..ae55a71e50 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -61,6 +61,7 @@ define('LOGIN_CONTINUE', 1); define('LOGIN_BREAK', 2); define('LOGIN_SUCCESS', 3); define('LOGIN_SUCCESS_CREATE_PROFILE', 20); +define('LOGIN_SUCCESS_LINK_PROFILE', 21); define('LOGIN_ERROR_USERNAME', 10); define('LOGIN_ERROR_PASSWORD', 11); define('LOGIN_ERROR_ACTIVE', 12); |
