Description of problem: I Found a typo when going through source, and found another issue (not really a bug) with quotes inside of authentication. Version-Release number of selected component (if applicable): whatever is in the current F7 repo 1. In /usr/share/system-config-kickstart/xconfig.py, 223,33: self.ks.xorg.wideoRam = "" should probably be self.ks.xorg.videoRam = "" 2. If you enter one single or double quote inside of the authentication page (maybe others), and save the file, then open the file... the quotes are note escaped so it will not open, and will give you an error about not closing the quote... As I said before, not really a problem, just something that might cause problems if they want to put arbitrary data in... like a single quote...
Fixed #1. I'm going to close this bug out because of that. For #2, I'm going to do a more involved fix in pykickstart that should help with validating all sorts of input values.