-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I07ce7e652925a80611753fa879e0e741e37d2ef1 Reviewed-on: http://review.typo3.org/40376 Reviewed-by: Thomas Löffler <[email protected]> Tested-by: Thomas Löffler <[email protected]>
- Loading branch information
1 parent
8aecdc0
commit fc4b47e
Showing
1 changed file
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ | |
/** | ||
* Extension Manager/Repository config file for ext "be_secure_pw". | ||
* | ||
* Auto generated 02-05-2012 20:49 | ||
* | ||
* Manual updates: | ||
* Only the data in the array - everything else is removed by next | ||
* writing. "version" and "dependencies" must not be touched! | ||
|
@@ -15,23 +13,16 @@ | |
'description' => 'You can set password conventions to force secure passwords for BE users. Works with rsa auth and salted passwords!', | ||
'category' => 'be', | ||
'shy' => 0, | ||
'version' => '7.0.1', | ||
'dependencies' => '', | ||
'conflicts' => '', | ||
'version' => '7.0.2', | ||
'priority' => '', | ||
'loadOrder' => '', | ||
'module' => '', | ||
'state' => 'stable', | ||
'uploadfolder' => 0, | ||
'createDirs' => '', | ||
'modify_tables' => '', | ||
'clearcacheonload' => 0, | ||
'lockType' => '', | ||
'author' => 'Thomas Loeffler', | ||
'author_email' => '[email protected]', | ||
'author_company' => '', | ||
'CGLcompliance' => '', | ||
'CGLcompliance_note' => '', | ||
'constraints' => array( | ||
'depends' => array( | ||
'typo3' => '6.0.0-7.99.99', | ||
|
@@ -40,10 +31,7 @@ | |
), | ||
'suggests' => array( | ||
), | ||
), | ||
'_md5_values_when_last_written' => 'a:24:{s:9:"ChangeLog";s:4:"4594";s:10:"README.txt";s:4:"ee2d";s:21:"ext_conf_template.txt";s:4:"3563";s:12:"ext_icon.gif";s:4:"70ec";s:17:"ext_localconf.php";s:4:"c5ef";s:17:"ext_locallang.xml";s:4:"5092";s:14:"ext_tables.php";s:4:"a693";s:14:"ext_tables.sql";s:4:"a900";s:14:"doc/manual.sxw";s:4:"2044";s:19:"doc/wizard_form.dat";s:4:"d310";s:20:"doc/wizard_form.html";s:4:"39e1";s:32:"hook/class.user_backend_hook.php";s:4:"5434";s:34:"hook/class.user_usersetup_hook.php";s:4:"0287";s:34:"lib/class.tx_besecurepw_secure.php";s:4:"9207";s:18:"res/img/accept.png";s:4:"8bfe";s:18:"res/img/cancel.png";s:4:"757a";s:26:"res/js/passwordreminder.js";s:4:"c93b";s:24:"res/js/passwordtester.js";s:4:"ebfa";s:22:"res/lang/locallang.xml";s:4:"bfe8";s:31:"res/lang/locallang_reminder.xml";s:4:"399b";s:33:"res/lang/ux_locallang_csh_mod.xml";s:4:"c02a";s:41:"v4.2/class.ux_SC_mod_user_setup_index.php";s:4:"b712";s:41:"v4.3/class.ux_SC_mod_user_setup_index.php";s:4:"b7d5";s:41:"v4.4/class.ux_SC_mod_user_setup_index.php";s:4:"c1f6";}', | ||
'suggests' => array( | ||
), | ||
) | ||
); | ||
|
||
?> |