Skip to content

Commit fee7264

Browse files
authored
Add aeon.co.jp (#756)
* Add rule for aeon.co.jp * Add change password url for aeon.co.jp
1 parent b494668 commit fee7264

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

quirks/change-password-URLs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"adobe.com": "https://account.adobe.com/security",
1414
"adultfriendfinder.com": "https://adultfriendfinder.com/p/update.cgi?p=my_account_update_account_password",
1515
"ae.com": "https://www.ae.com/myaccount",
16+
"aeon.co.jp": "https://www.aeon.co.jp/app/settings/profile/password/",
1617
"aerlingus.com": "https://www.aerlingus.com/html/user-profile.html",
1718
"aesop.com": "https://www.aesop.com/my-account",
1819
"airnewzealand.com": "https://www.airnewzealand.com/membership/profile/security/password",

quirks/password-rules.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"ae.com": {
1818
"password-rules": "minlength: 8; maxlength: 25; required: lower; required: upper; required: digit;"
1919
},
20+
"aeon.co.jp": {
21+
"password-rules": "minlength: 8; maxlength: 8; max-consecutive: 3; required: digit; required: upper,lower,[#$+./:=?@[^_|~]];"
22+
},
2023
"aeromexico.com": {
2124
"password-rules": "minlength: 8; maxlength: 25; required: lower; required: upper; required: digit;"
2225
},

0 commit comments

Comments
 (0)