File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
app/code/Magento/AdminAdobeIms
Block/Adminhtml/System/Config/Form/Field Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
+ /**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+
7
+ declare (strict_types=1 );
2
8
3
9
namespace Magento \AdminAdobeIms \Block \Adminhtml \System \Config \Form \Field ;
4
10
Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ Done:
127
127
2 . Remove admin user set of passwords, [ edit user, create new user]
128
128
3 . Check that it is still updating the admin user information,
129
129
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,
130
132
131
133
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
You can’t perform that action at this time.
0 commit comments