diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-30 15:47:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-30 15:47:28 -0400 |
commit | 5e85039dc3a329a064a0d3053bbca2ed066f5292 (patch) | |
tree | c8b4c8e6e6b8b5c711ac6cfadf489c6c7c9dfbaa /doc/plugins/contrib/unixauth | |
parent | fd160168332e90569f0f87b573a39687797c3fcd (diff) |
response
Diffstat (limited to 'doc/plugins/contrib/unixauth')
-rw-r--r-- | doc/plugins/contrib/unixauth/discussion.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins/contrib/unixauth/discussion.mdwn b/doc/plugins/contrib/unixauth/discussion.mdwn index a209b9030..c4f5ff269 100644 --- a/doc/plugins/contrib/unixauth/discussion.mdwn +++ b/doc/plugins/contrib/unixauth/discussion.mdwn @@ -26,3 +26,7 @@ Actually, yes. That's how I made sure I had pwauth working to begin with. I'm pa I've added support for [checkpassword](http://cr.yp.to/checkpwd/interface.html), since those generally don't have any rate-limiting cleverness to interfere with ikiwiki's, and made a few other changes. Please check out the plugin docs again and let me know if this is closer to being acceptable. -- [[schmonz]] + +> I actually think that the rate limiting is a good thing. After all, +> ikiwiki doesn't do its own login rate limiting. Just need to find a way +> to disentangle the two locks. --[[Joey]] |