Commit ccacc90c by David Ormsbee

Don't allow posting before logging in.

parent 299e1ae9
......@@ -446,7 +446,7 @@ LIVESETTINGS_OPTIONS = {
'MIN_ANSWER_BODY_LENGTH' : 1,
'WIKI_ON' : True,
'ALLOW_ASK_ANONYMOUSLY' : True,
'ALLOW_POSTING_BEFORE_LOGGING_IN' : True,
'ALLOW_POSTING_BEFORE_LOGGING_IN' : False,
'ALLOW_SWAPPING_QUESTION_WITH_ANSWER' : False,
'MAX_TAG_LENGTH' : 20,
'MIN_TITLE_LENGTH' : 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment