|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<config> |
| 3 | + <tabs> |
| 4 | + <branchlabs translate="label" module="branchlabs_adminpasswordstrength"> |
| 5 | + <label>BranchLabs</label> |
| 6 | + <sort_order>100</sort_order> |
| 7 | + </branchlabs> |
| 8 | + </tabs> |
| 9 | + <sections> |
| 10 | + <adminpasswordstrength translate="label" module="branchlabs_adminpasswordstrength"> |
| 11 | + <label>Admin Password Strength</label> |
| 12 | + <tab>branchlabs</tab> |
| 13 | + <sort_order>1000</sort_order> |
| 14 | + <show_in_default>1</show_in_default> |
| 15 | + <show_in_website>0</show_in_website> |
| 16 | + <show_in_store>0</show_in_store> |
| 17 | + <groups> |
| 18 | + <adminpasswordstrength_group translate="label" module="branchlabs_adminpasswordstrength"> |
| 19 | + <label>Admin Password Strength Settings</label> |
| 20 | + <frontend_type>text</frontend_type> |
| 21 | + <sort_order>1000</sort_order> |
| 22 | + <show_in_default>1</show_in_default> |
| 23 | + <show_in_website>0</show_in_website> |
| 24 | + <show_in_store>0</show_in_store> |
| 25 | + <fields> |
| 26 | + <minimum_character_length translate="label"> |
| 27 | + <label>Minimum character length: </label> |
| 28 | + <comment>Must be greater than 7.</comment> |
| 29 | + <frontend_type>text</frontend_type> |
| 30 | + <validate>validate-digits</validate> |
| 31 | + <sort_order>20</sort_order> |
| 32 | + <show_in_default>1</show_in_default> |
| 33 | + <show_in_website>0</show_in_website> |
| 34 | + <show_in_store>0</show_in_store> |
| 35 | + </minimum_character_length> |
| 36 | + </fields> |
| 37 | + </adminpasswordstrength_group> |
| 38 | + </groups> |
| 39 | + </adminpasswordstrength> |
| 40 | + </sections> |
| 41 | +</config> |
0 commit comments