Brandon Haynes wrote
Where exactly are you seeing this 25-character limit on the question/answer pair?
|
Immediately after posting, I realized that you must be seeing the problem on Question/Answer creation and not retreival. And you are correct that there is a bug, located in admin/Users/User.ascx, where the both the question and answer length are incorrectly limited in the UI layer to 20 characters. Yikes!
Fortunately, it does not appear that these data are being truncated in the codebehind. As such, it should be safe to change these values to something larger (on lines 52 and 56). Remember that your backing store (under AspNetSqlMembershipProvider) insists on a 256/128 character limit!
I will log this as an issue in Gemini (assuming it's not in there already). Good catch!
Brandon
UPDATE: Work item is located here. Remember that you'll have to forward-propagate any change across subsequent versions until the bug is corrected.