set require-author to false by default

pull/281/head
Martin Zimmermann 8 years ago
parent 80c1faeb82
commit 339318eb92

@ -4,7 +4,7 @@ Changelog for Isso
0.10.6 (unreleased)
-------------------
- Nothing changed yet.
- fix missing configuration field
0.10.5 (2016-09-20)

@ -130,6 +130,11 @@ direct-reply = 3
# their own comments anyways. Do not forget to configure the client.
reply-to-self = false
# force commenters to enter a value into the author field. No validation is
# performed on the provided value. Do not forget to configure the client
# accordingly.
require-author = false
# require the commenter to enter an email address (note: no validation is
# done on the provided address). Do not forget to configure the client.
require-email = false

Loading…
Cancel
Save