Skip to content

Commit 7bb5d87

Browse files
dmannersSebastianKull
authored andcommitted
CABPI-227: update readme
1 parent 2fff02a commit 7bb5d87

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

app/code/Magento/AdminAdobeIms/Block/Adminhtml/System/Config/Form/Field/Disabled.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
7+
declare(strict_types=1);
28

39
namespace Magento\AdminAdobeIms\Block\Adminhtml\System\Config\Form\Field;
410

app/code/Magento/AdminAdobeIms/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ Done:
127127
2. Remove admin user set of passwords, [edit user, create new user]
128128
3. Check that it is still updating the admin user information,
129129
4. Disable the password rules when creating a new user
130+
5. Remove password refresh options from config,
131+
1. Validate that events dont happen on login,
130132

131133
Open:
132-
1. Remove password refresh options from config,
133-
1. Validate that crons etc dont happen
134-
2. Validate that when disabled the fields work again,
135-
3. Update Wiki
136-
4. Functional tests
134+
1. Validate that when disabled the fields work again,
135+
2. Update Wiki
136+
3. Functional tests

0 commit comments

Comments
 (0)