putRowData('administrator', $data); } } else { $error = 6; } } else { $error = $row; } } switch ($error) { case 0: $error_message = '
Current Password: For your security, this application requires you to authenticate yourself before you can modify the admin profile. Please enter your existing password for authentication.
Username: Enter a new admin user name. A name likeadmin is fine, but something less obvious would be more secure.
New Password: Please type in a new strong password (at least six characters long), and verify it.
Email: Optional: Please provide an email address where you can receive password retrieval information, in case you forget your password.
"); $current = $db->getRowData('administrator'); ?>