Revert r54585 "Fix bug 19261 by saving the username as the signature if it is submitt...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 19 Aug 2009 02:33:04 +0000 (02:33 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 19 Aug 2009 02:33:04 +0000 (02:33 +0000)
commit8737795ba0c14723cbbcc73df8cf89dc12162f74
treece190c9dfbfcded3284165990d362988af212e04
parentfccfc1f0f0ab78a2bc22374592e2f583e04f7317
Revert r54585 "Fix bug 19261 by saving the username as the signature if it is submitted empty"

Looks like the base problem is that empty is being interpreted as "put empty in the sig" instead of as "use default sig" at signature replacement time.
We shouldn't be saving the username into preferences if it hasn't been explicitly typed; if the user changes their name, they should automatically pick up the new value.
includes/Preferences.php