mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 16:32:11 +02: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:
parent
342051e11d
commit
9873772150
6 changed files with 73 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue