TYPO3 API  SVNRelease
ext_emconf.php
Go to the documentation of this file.
00001 <?php
00002 
00003 ########################################################################
00004 # Extension Manager/Repository config file for ext "saltedpasswords".
00005 #
00006 # Auto generated 26-01-2011 20:08
00007 #
00008 # Manual updates:
00009 # Only the data in the array - everything else is removed by next
00010 # writing. "version" and "dependencies" must not be touched!
00011 ########################################################################
00012 
00013 $EM_CONF[$_EXTKEY] = array(
00014     'title' => 'Salted user password hashes',
00015     'description' => 'Uses a password hashing framework for storing passwords. Integrates into the system extension "felogin". Use SSL or rsaauth to secure datatransfer! Please read the manual first!',
00016     'category' => 'services',
00017     'shy' => 0,
00018     'dependencies' => 'cms',
00019     'conflicts' => 'kb_md5fepw,newloginbox,pt_feauthcryptpw,t3sec_saltedpw',
00020     'priority' => '',
00021     'loadOrder' => '',
00022     'module' => '',
00023     'state' => 'stable',
00024     'uploadfolder' => 0,
00025     'createDirs' => '',
00026     'modify_tables' => 'fe_users,be_users',
00027     'clearCacheOnLoad' => 1,
00028     'lockType' => '',
00029     'author' => 'Marcus Krause, Steffen Ritter',
00030     'author_email' => 'marcus#exp2009@t3sec.info',
00031     'author_company' => 'TYPO3 Security Team',
00032     'CGLcompliance' => '',
00033     'CGLcompliance_note' => '',
00034     'version' => '1.0.0',
00035     'constraints' => array(
00036         'depends' => array(
00037             'typo3' => '4.4.0-0.0.0',
00038             'php' => '5.2.0-0.0.0',
00039             'cms' => '',
00040         ),
00041         'conflicts' => array(
00042             'kb_md5fepw' => '',
00043             'newloginbox' => '',
00044             'pt_feauthcryptpw' => '',
00045             't3sec_saltedpw' => '',
00046         ),
00047         'suggests' => array(
00048             'rsaauth' => '',
00049         ),
00050     ),
00051     '_md5_values_when_last_written' => 'a:27:{s:9:"ChangeLog";s:4:"6895";s:16:"ext_autoload.php";s:4:"25ee";s:21:"ext_conf_template.txt";s:4:"1a62";s:12:"ext_icon.gif";s:4:"18f9";s:17:"ext_localconf.php";s:4:"8326";s:14:"ext_tables.php";s:4:"8646";s:14:"ext_tables.sql";s:4:"a0d9";s:13:"locallang.xml";s:4:"bba5";s:40:"classes/class.tx_saltedpasswords_div.php";s:4:"38dc";s:49:"classes/class.tx_saltedpasswords_emconfhelper.php";s:4:"0175";s:46:"classes/eval/class.tx_saltedpasswords_eval.php";s:4:"a7e8";s:49:"classes/eval/class.tx_saltedpasswords_eval_be.php";s:4:"a979";s:49:"classes/eval/class.tx_saltedpasswords_eval_fe.php";s:4:"0164";s:57:"classes/salts/class.tx_saltedpasswords_abstract_salts.php";s:4:"de53";s:57:"classes/salts/class.tx_saltedpasswords_salts_blowfish.php";s:4:"e36d";s:56:"classes/salts/class.tx_saltedpasswords_salts_factory.php";s:4:"1866";s:52:"classes/salts/class.tx_saltedpasswords_salts_md5.php";s:4:"ebc4";s:55:"classes/salts/class.tx_saltedpasswords_salts_phpass.php";s:4:"f177";s:63:"classes/salts/interfaces/interface.tx_saltedpasswords_salts.php";s:4:"6581";s:59:"classes/tasks/class.tx_saltedpasswords_tasks_bulkupdate.php";s:4:"cb69";s:14:"doc/manual.sxw";s:4:"fc4b";s:36:"sv1/class.tx_saltedpasswords_sv1.php";s:4:"0a91";s:36:"tests/tx_saltedpasswords_divTest.php";s:4:"b521";s:47:"tests/tx_saltedpasswords_salts_blowfishTest.php";s:4:"b4d5";s:46:"tests/tx_saltedpasswords_salts_factoryTest.php";s:4:"3bb5";s:42:"tests/tx_saltedpasswords_salts_md5Test.php";s:4:"f92d";s:45:"tests/tx_saltedpasswords_salts_phpassTest.php";s:4:"8d37";}',
00052     'suggests' => array(
00053     ),
00054 );
00055 
00056 ?>