Skip to content
  • Mikael Nordfeldth's avatar
    By default, don't allow nick changes for profiles · a89e91da
    Mikael Nordfeldth authored
    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.
    a89e91da