| 1 | | TBA |
| | 1 | == Adding MF/PL statement check box |
| | 2 | |
| | 3 | In order to add a check box to have users agree to the MF/PL Statement of Unity I edited two files: `actions/register.php` and `plugins/OpenID/actions/finishopenidlogin.php`. To view the exact changes I did check the `mayfirst` git branch on howard, e.g. like this: |
| | 4 | |
| | 5 | {{{ |
| | 6 | $ ssh root@howard.mayfirst.org |
| | 7 | # cd /home/gnusocial/social.mayfirst.org/web |
| | 8 | # git branch # this is just to check we are in the correct branch |
| | 9 | master |
| | 10 | * mayfirst |
| | 11 | # git diff master actions/register.php |
| | 12 | }}} |