diff --git a/database.php b/database.php index bf57af9..abfeae3 100644 --- a/database.php +++ b/database.php @@ -19,7 +19,7 @@ abstract class RegisterState // State to allow persisting in the database although an admin declined it. // Will be removed regularly - const RegistrationAccepted = 6; + const RegistrationAccepted = 7; const RegistrationDeclined = 13; // User got successfully registered. Will be cleaned up later