diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-11 14:14:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-11 14:14:20 -0400 |
commit | d5181a197732f1c6bb80fdf8c508568b8c4225c7 (patch) | |
tree | a58971012ba8ecf974bc1663db4ad0e104af9080 /doc/plugins | |
parent | 0822b0fc342391bfdb153db2a27792124d7c3f74 (diff) | |
download | ikiwiki-d5181a197732f1c6bb80fdf8c508568b8c4225c7.tar ikiwiki-d5181a197732f1c6bb80fdf8c508568b8c4225c7.tar.gz |
realm is an url pattern
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/openid.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/openid.mdwn b/doc/plugins/openid.mdwn index 3fb4c26b8..f3b3abfbb 100644 --- a/doc/plugins/openid.mdwn +++ b/doc/plugins/openid.mdwn @@ -23,7 +23,8 @@ certian setups. It defaults to the `cgiurl` (or `openid_cgiurl` if set); only allowing ikiwiki's [[CGI]] to authenticate. If you have multiple ikiwiki instances, or other things using openid on the same site, you may choose to put them - all in the same realm to improve the user's openid experience. + all in the same realm to improve the user's openid experience. It is an + url pattern, so can be set to eg "http://*.example.com/" * `openid_cgiurl` can be used to cause a different than usual `cgiurl` to be used when doing openid authentication. The `openid_cgiurl` must |