mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user