taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 0748000f831470d85460267e3b1494b5d36efee9
parent ff8dc34bf5323031a641a6cdba37958a0ce7edbe
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Tue, 22 Oct 2024 23:40:38 +0200

-typo

Diffstat:
Mcore/api-corebank.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -452,7 +452,7 @@ Account Management :http:statuscode:`409 Conflict`: * ``TALER_EC_BANK_NON_ADMIN_PATCH_MISSING_OLD_PASSWORD``: a non-admin user has tried to change their password whihout providing the current one. * ``TALER_EC_BANK_PATCH_BAD_OLD_PASSWORD`` : provided old password does not match current password. - * ``TALER_EC_BANK_PASSWORD_TOO_SHORT``: new password is shorter than 8 characters. + * ``TALER_EC_BANK_PASSWORD_TOO_SHORT``: new password is shorter than 8 characters. * ``TALER_EC_BANK_PASSWORD_TOO_LONG``: new password is longer than 64 characters.