diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-02 12:24:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-02 12:24:14 -0400 |
commit | f9e96b0c32ea7db069c718020f65174ad0bcc1d7 (patch) | |
tree | b74240d4d88a790ce86f00b9eea38212a6eeaa3e /debian | |
parent | 1d1ef2003432d6993f0169b58e7b5f176948eb35 (diff) | |
download | ikiwiki-f9e96b0c32ea7db069c718020f65174ad0bcc1d7.tar ikiwiki-f9e96b0c32ea7db069c718020f65174ad0bcc1d7.tar.gz |
passwordauth: Fix url in password recovery email to be absolute.
This got broken when cgiurl began often returning a relative url.
Added a cgiurl_abs for the things that need a guaranteed absolute cgiurl.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ca1f92116..23c6dc5e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ ikiwiki (3.20120204) UNRELEASED; urgency=low the old hook name is called for now for back-compat. * meta: Support keywords header. Closes: #664780 Thanks, Martin Michlmayr + * passwordauth: Fix url in password recovery email to be absolute. -- Joey Hess <joeyh@debian.org> Wed, 21 Mar 2012 14:33:14 -0400 |