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

@@ -46,7 +46,7 @@ To start using DNS authentication for Core Networks, pass the following argument
An example `credentials.ini` file: An example `credentials.ini` file:
```ini ```ini
dns_corenetworks_login = myremoteuser dns_corenetworks_username = myremoteuser
dns_corenetworks_password = verysecureremoteuserpassword dns_corenetworks_password = verysecureremoteuserpassword
``` ```

View File

@@ -83,7 +83,7 @@ To start using DNS authentication for Core Networks, pass the following argument
An example `credentials.ini` file: An example `credentials.ini` file:
```ini ```ini
dns_corenetworks_login = myremoteuser dns_corenetworks_username = myremoteuser
dns_corenetworks_password = verysecureremoteuserpassword dns_corenetworks_password = verysecureremoteuserpassword
``` ```

View File

@@ -43,7 +43,7 @@ class Authenticator(dns_common.DNSAuthenticator):
"credentials", "credentials",
"Core Networks credentials INI file", "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 ACCOUNT_URL
), ),
"password": "Password for API user", "password": "Password for API user",