taler-docs

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

commit 6ce3a234e3c64f7165b4bd72da14faad10a03377
parent c3a4fb88c934b6dad678b985a6ebcb28be32dd88
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 28 Jun 2019 16:16:16 +0200

username/password charset link

Diffstat:
Mapi-bank.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api-bank.rst b/api-bank.rst @@ -32,7 +32,7 @@ This API provides programmatic user registration at the bank. :status 200 OK: The new user has been correctly registered. :status 409 Conflict: the username requested by the client is not available anymore -:status 406 Not Acceptable: unacceptable characters were given as username / password. +:status 406 Not Acceptable: unacceptable characters were given as username / password. See https://docs.djangoproject.com/en/2.2/ref/contrib/auth/#django.contrib.auth.models.User.username for the accepted character set. **Details**