avoid linking directly to ikiwiki.cgi?do=signin
authorJoey Hess <joey@kitenet.net>
Fri, 7 May 2010 21:11:23 +0000 (17:11 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 7 May 2010 21:11:23 +0000 (17:11 -0400)
commit2ee820dedd9ab80dd0f37c4169970485cb529c3b
tree475273a537eee92c3e72c8d193fdd04af81b18d3
parent6a83be26471ac6615bad48a1a365a7e62e972a7b
avoid linking directly to ikiwiki.cgi?do=signin

Instead, add a custom do=commentsignin, that calls cgi_signin.

This allows a plugin to inject a custom cgi_signin, that uses a different
do= parameter, and have it be used consitently. (This was the only
place to hardcode a link to do=signin.)
IkiWiki/Plugin/comments.pm