Changes between Version 1 and Version 2 of how-to/servers/support/gnusocial


Ignore:
Timestamp:
Aug 17, 2014, 5:02:48 PM (10 years ago)
Author:
Mats Sjöberg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • how-to/servers/support/gnusocial

    v1 v2  
    1 TBA
     1== Adding MF/PL statement check box
     2
     3In 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}}}