]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
By default, don't allow nick changes for profiles
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 4 Feb 2015 20:25:14 +0000 (21:25 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 4 Feb 2015 20:25:14 +0000 (21:25 +0100)
commita89e91da79f1936afdf213867e75d9f8364361ca
treed35a4fed0d7fbd06358101941d7fe43baedb095e
parent5155854339a861b77a2b884b2696fd237368c481
By default, don't allow nick changes for profiles

This goes for both users and groups, since they share nickname namespace.

If you want to enable nickname changes, just add this to your config:

   $config['profile']['changenick'] = true;

This commit should cover all changes in our usual web forms as well as through
the API.
actions/apigroupprofileupdate.php
actions/editgroup.php
actions/profilesettings.php
lib/default.php
lib/groupeditform.php