further implement cron.php; autoformat

- set Register_Accept to 6 internally as it reflects the same state as PendingSendRequest
- cleanups
This commit is contained in:
2018-02-23 19:22:14 +01:00
parent ff9969b04e
commit 4e33985cfc
3 changed files with 148 additions and 92 deletions

View File

@@ -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 = 12;
const RegistrationAccepted = 6;
const RegistrationDeclined = 13;
// User got successfully registered. Will be cleaned up later