JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add admin page to edit logins
[wfpl-cms.git] / code / config.php
index 39900ee..9ab25ea 100644 (file)
@@ -3,12 +3,7 @@
 define('WFPL_DB', 'fixme');
 define('WFPL_DB_USER', 'fixme');
 define('WFPL_DB_PASS', 'fixme');
-define('CMS_ADMIN_USER', 'fixme');
-define('CMS_ADMIN_PASS', '98fd71615b073b75810f4ed40d4538198c6450cc');
-# To change the cms admin password to "secret" run this command:
-#    echo '<?php print(sha1("secret"));' | php
-# And replace the hash above with its output
-
+# CMS login passwords are stored in the database. See admin_admins.php
 
 
 require_once('code/wfpl/format.php');