mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Renumber migration files and fix linter error
This commit is contained in:
parent
66640ebafb
commit
dcf6c8f8a2
2 changed files with 3 additions and 3 deletions
|
@ -159,7 +159,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
def password(self) -> str:
|
||||
"""
|
||||
Get the `auth_info.pw` element from the registry. Not a real password.
|
||||
|
||||
|
||||
This `auth_info` element is required by the EPP protocol, but the registry is
|
||||
using a different mechanism to ensure unauthorized clients cannot perform
|
||||
actions on domains they do not own. This field provides no security features.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue