Allow EPP password to be set during login flow (#2080)

This is part of the spec in RFC 5730 that we hadn't implemented until now. Note
that this requires changing LoginFlow to be transactional, but I don't think
that should cause any issues.
This commit is contained in:
Ben McIlwain 2023-07-25 18:15:45 -04:00 committed by GitHub
parent 342051e11d
commit 9873772150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 73 additions and 31 deletions

View file

@ -992,12 +992,12 @@ An EPP flow for login.
### Errors
* 2001
* Generic XML syntax error that can be thrown by any flow.
* 2002
* Registrar is already logged in.
* 2100
* Specified protocol version is not implemented.
* 2102
* In-band password changes are not supported.
* 2103
* Specified extension is not implemented.
* 2200