X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FSettings.md;h=574ce8dcc1ee9cb2e30fade0287fc8c5308724d4;hb=868e04f5eb8510670816aa51f25073150d3747e7;hp=9808ecc5d9352eec7e4b309de40b36845e6ec19e;hpb=6d507a840a1bcb8bd3591a808c7a8f29ca1eebd8;p=friendica.git diff --git a/doc/Settings.md b/doc/Settings.md index 9808ecc5d9..574ce8dcc1 100644 --- a/doc/Settings.md +++ b/doc/Settings.md @@ -172,16 +172,6 @@ $a->config['system']['no_regfullname'] = true; ``` -**Gravatars** - -During registration, we will try to automatically find a user photo for you on the web using the gravatar service. You may turn this off by setting 'no_gravatar' to true. Default is false. - -Config: -``` -$a->config['system']['no_gravatar'] = true; -``` - - **OpenID** By default, OpenID may be used for both registration and logins. If you do not wish to make OpenID facilities available on your system (at all), set 'no_openid' to true. Default is false.