diff --git a/composer.lock b/composer.lock index 586e7be46..cea99ed26 100644 --- a/composer.lock +++ b/composer.lock @@ -185,16 +185,16 @@ }, { "name": "bower-asset/jquery-2.2.x", - "version": "2.2.2", + "version": "2.2.3", "source": { "type": "git", "url": "https://github.com/jquery/jquery-dist.git", - "reference": "086d381cd2f3b4b8b0af85ecb2c9593a61e5b4bd" + "reference": "af22a351b2ea5801ffb1695abb3bb34d5bed9198" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/086d381cd2f3b4b8b0af85ecb2c9593a61e5b4bd", - "reference": "086d381cd2f3b4b8b0af85ecb2c9593a61e5b4bd", + "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/af22a351b2ea5801ffb1695abb3bb34d5bed9198", + "reference": "af22a351b2ea5801ffb1695abb3bb34d5bed9198", "shasum": "" }, "type": "bower-asset-library", @@ -288,16 +288,16 @@ }, { "name": "composer/installers", - "version": "v1.0.23", + "version": "v1.0.24", "source": { "type": "git", "url": "https://github.com/composer/installers.git", - "reference": "6213d900e92647831f7a406d5c530ea1f3d4360e" + "reference": "1cf7cc4b89d5e8549bbb7d6ab1de75da13d27988" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/6213d900e92647831f7a406d5c530ea1f3d4360e", - "reference": "6213d900e92647831f7a406d5c530ea1f3d4360e", + "url": "https://api.github.com/repos/composer/installers/zipball/1cf7cc4b89d5e8549bbb7d6ab1de75da13d27988", + "reference": "1cf7cc4b89d5e8549bbb7d6ab1de75da13d27988", "shasum": "" }, "require": { @@ -319,8 +319,8 @@ } }, "autoload": { - "psr-0": { - "Composer\\Installers\\": "src/" + "psr-4": { + "Composer\\Installers\\": "src/Composer/Installers" } }, "notification-url": "https://packagist.org/downloads/", @@ -335,12 +335,14 @@ } ], "description": "A multi-framework Composer library installer", - "homepage": "http://composer.github.com/installers/", + "homepage": "https://composer.github.io/installers/", "keywords": [ "Craft", "Dolibarr", "Hurad", + "ImageCMS", "MODX Evo", + "Mautic", "OXID", "SMF", "Thelia", @@ -382,7 +384,7 @@ "zend", "zikula" ], - "time": "2016-01-27 12:54:22" + "time": "2016-04-05 11:42:46" }, { "name": "exeu/apai-io", diff --git a/www/themes/Gentele/templates/forgottenpassword.tpl b/www/themes/Gentele/templates/forgottenpassword.tpl new file mode 100755 index 000000000..d84cfa06b --- /dev/null +++ b/www/themes/Gentele/templates/forgottenpassword.tpl @@ -0,0 +1,68 @@ + + +{if isset($error) && $error != ''} +
Please enter the email address you used to register and we will send an email to reset your password. If you + cannot remember your email, or no longer have access to it, please contact + us.
+ + + + + + +{elseif $sent != ''} ++ A password reset request has been sent to your email. +
+{else} ++ Your password has been reset and sent to you in an email. +
+{/if} +