configure(); openBox("Edit Your Profile", "lock", 11, "
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'); $installer->verifyAdmin($current); $installer->printAdminForm($current); closeBox(); require_once 'footer.php';