-
Notifications
You must be signed in to change notification settings - Fork 10
Add ability to cancel request, require confirmation of account policy, fix dubious redirect #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Required some changes to phpunit-bootstrap to allow GET parameters Modified http_post/http_get for redirect and save previous $_SERVER Added missing mail templates; made different one for group request Cleanup string formatting
Co-authored-by: simonLeary42 <71396965+simonLeary42@users.noreply.github.com>
Co-authored-by: simonLeary42 <71396965+simonLeary42@users.noreply.github.com>
Require confirmation of account policy for PI requests
Use UnitySite::redirect instead of doing it ourselves Move special logic from UnitySite::redirect to header.php Fix PI checkbox being required by default
resolves #224 |
Can the EULA check box and the account policy check box work the same? EULA throws an error after submit, account policy throws error before submit. Ideally the submit button would also be grayed out until both are checked but that can be another PR. |
..err, I was wrong, they both make an error after submit. |
* add period * getNonExistentUser should be in htpasswd * move account policy checkbox down * rewrite * remove errors * remove debugging * fix autoload location * remove unnecessary redirect * revert unnecessary changes * phpcs * confirm account policy in test * post not get * agree not true * agree not true * add comments * revert
demo.mov |
Modify the new_account page to allow a user without an account to cancel a pending request for either a PI account or joining a group.