set require-author to false by default
This commit is contained in:
parent
80c1faeb82
commit
339318eb92
@ -4,7 +4,7 @@ Changelog for Isso
|
|||||||
0.10.6 (unreleased)
|
0.10.6 (unreleased)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- Nothing changed yet.
|
- fix missing configuration field
|
||||||
|
|
||||||
|
|
||||||
0.10.5 (2016-09-20)
|
0.10.5 (2016-09-20)
|
||||||
|
@ -130,6 +130,11 @@ direct-reply = 3
|
|||||||
# their own comments anyways. Do not forget to configure the client.
|
# their own comments anyways. Do not forget to configure the client.
|
||||||
reply-to-self = false
|
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
|
# require the commenter to enter an email address (note: no validation is
|
||||||
# done on the provided address). Do not forget to configure the client.
|
# done on the provided address). Do not forget to configure the client.
|
||||||
require-email = false
|
require-email = false
|
||||||
|
Loading…
Reference in New Issue
Block a user