Rename login to username

This commit is contained in:
2025-11-20 03:00:02 +01:00
parent edc55a5b0d
commit 2e24f0edf9
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ class Authenticator(dns_common.DNSAuthenticator):
"credentials",
"Core Networks credentials INI file",
{
"login": "API user name for Core Networks beta API. (See {0}.)".format(
"username": "API user name for Core Networks beta API. (See {0}.)".format(
ACCOUNT_URL
),
"password": "Password for API user",