circuitnederland / registrationform

0 stars 0 forks source link

Use a new php page to validate user registration instead of using the cyclos url #5

Closed sandrab closed 6 years ago

sandrab commented 6 years ago

(GDrive doc 7.5 issue 2 'External email validation'). Implement the suggested flow to add a new php page for validating user registration. The activation e-mail should then direct the user to this page instead of to the cyclos URL (content/users/validateRegistration). The reason is that the php can give more refined feedback to the user, especially if the user has not paid yet. Consequence of this is that repay.php is no longer needed.

Also change that Mollie payments are no longer created from the PHP scripts, but always from the Cyclos scripts. The goal is that PHP no longer needs the entire mollie-api-php vendor code.