]> git.mxchange.org Git - friendica.git/blobdiff - doc/Settings.md
Merge pull request #546 from annando/master
[friendica.git] / doc / Settings.md
index 9808ecc5d9352eec7e4b309de40b36845e6ec19e..574ce8dcc1ee9cb2e30fade0287fc8c5308724d4 100644 (file)
@@ -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.