diff -r e5302cb1945c -r b9a8a993f4e7 plugins/SpecialUserPrefs.php --- a/plugins/SpecialUserPrefs.php Fri Nov 02 20:37:26 2007 -0400 +++ b/plugins/SpecialUserPrefs.php Fri Nov 02 20:40:45 2007 -0400 @@ -212,6 +212,8 @@ if ( strlen($newpass) > 0 ) { + if ( defined('ENANO_DEMO_MODE') ) + $errors .= '
You can\'t change your password in demo mode.
'; // Perform checks if ( strlen($newpass) < 6 ) $errors .= '
Password must be at least 6 characters. You hacked my script, darn you!
';