diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-23 20:12:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-23 20:16:01 -0400 |
commit | 9a32451986c710d1f1ce71217c1f7ab3b84f72bf (patch) | |
tree | c3bf789d7d0e247327d94e5ff696ba50aba81526 /doc/ikiwiki | |
parent | a4f381ace837a032bc202cc6b2a98e922d4b7cfc (diff) |
finializing openid nickname support
Renamed usershort => nickname.
Note that this means existing user login sessions will not have the nickname
recorded, and so it won't be used for those.
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/directive/comment.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/comment.mdwn b/doc/ikiwiki/directive/comment.mdwn index 693a92770..398130e2e 100644 --- a/doc/ikiwiki/directive/comment.mdwn +++ b/doc/ikiwiki/directive/comment.mdwn @@ -29,6 +29,8 @@ metadata of the comment. nearly any format, since it's parsed by [[!cpan TimeDate]] * `username` - Used to record the username (or OpenID) of a logged in commenter. +* `nickname` - Name to display for a logged in commenter. + (Optional; used for OpenIDs.) * `ip` - Can be used to record the IP address of a commenter, if they posted anonymously. * `claimedauthor` - Records the name that the user entered, |