Index: trunk/extensions/OpenID/README |
— | — | @@ -245,7 +245,7 @@ |
246 | 246 | * $wgOpenIDConsumerStoreType and $wgOpenIDServerStoreType -- strings |
247 | 247 | denoting the type of storage to be used to store OpenID assocation |
248 | 248 | data when acting as an OpenID relying party (consumer) and server, |
249 | | - respectively. Only valid value is "file"; "memc" no long valid. |
| 249 | + respectively. Valid values are "file", "memcached" and "db". |
250 | 250 | |
251 | 251 | * $wgOpenIDConsumerStorePath and $wgOpenIDServerStorePath -- strings |
252 | 252 | specifying the paths where OpenID assocation data should be stored |