Skip to content

Commit

Permalink
Merge pull request #4 from OXIDprojects/clean
Browse files Browse the repository at this point in the history
Cleanup code
  • Loading branch information
keywan-ghadami-oxid authored Feb 12, 2021
2 parents 22e53af + e3cfe85 commit 53042df
Show file tree
Hide file tree
Showing 35 changed files with 377 additions and 1,827 deletions.
5 changes: 5 additions & 0 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="phpcs" version="^3.5.8" installed="3.5.8" location="./tools/phpcs" copy="false"/>
<phar name="phpcbf" version="^3.5.8" installed="3.5.8" location="./tools/phpcbf" copy="false"/>
</phive>
143 changes: 0 additions & 143 deletions Controller/AccountPasswordController.php

This file was deleted.

108 changes: 0 additions & 108 deletions Controller/RegisterController.php

This file was deleted.

6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"license": "GPL-3.0-only",
"require": {
"oxid-esales/oxideshop-ce": "^v6.3"
},
"require-dev": {

},
"extra": {
"oxideshop": {
Expand All @@ -14,7 +17,8 @@
},
"autoload": {
"psr-4": {
"OxidProfessionalServices\\PasswordPolicy\\": "."
"OxidProfessionalServices\\PasswordPolicy\\": "src",
"OxidProfessionalServices\\PasswordPolicy\\Tests\\": "tests"
}
}
}
3 changes: 2 additions & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
],
'controllers' => [
'oxpspasswordpolicy' => \OxidProfessionalServices\PasswordPolicy\Controller\OxpsPasswordPolicy::class,
'admin_oxpspasswordpolicy' => \OxidProfessionalServices\PasswordPolicy\Controller\Admin\OxpsPasswordPolicyAdmin::class,
'admin_oxpspasswordpolicy' =>
\OxidProfessionalServices\PasswordPolicy\Controller\Admin\OxpsPasswordPolicyAdmin::class,
],
'templates' => [
'passwordpolicyaccountblocked.tpl' => 'oxps/passwordpolicy/views/pages/passwordpolicyaccountblocked.tpl',
Expand Down
Loading

0 comments on commit 53042df

Please sign in to comment.