[adobepass] Add support for AT&T U-verse (mso ATT) (closes #13938, closes #21016)

This commit is contained in:
Sergey M․ 2019-07-04 03:57:11 +07:00
parent cdb7c7d147
commit 5ae9b8b3a3
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ MSO_INFO = {
'username_field': 'username',
'password_field': 'password',
},
'ATT': {
'name': 'AT&T U-verse',
'username_field': 'userid',
'password_field': 'password',
},
'ATTOTT': {
'name': 'DIRECTV NOW',
'username_field': 'email',