gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-api] branch master updated: link django


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: link django
Date: Fri, 28 Jun 2019 16:26:44 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new 5710383  link django
5710383 is described below

commit 57103830cc64694158a36b24a873427ce7dc978e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 28 16:26:39 2019 +0200

    link django
---
 api-bank.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/api-bank.rst b/api-bank.rst
index bdf99a1..b782ca5 100644
--- 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.  See 
https://docs.djangoproject.com/en/2.2/ref/contrib/auth/#django.contrib.auth.models.User.username
 for the accepted character set.
+:status 406 Not Acceptable: unacceptable characters were given for the 
username. See 
https://docs.djangoproject.com/en/2.2/ref/contrib/auth/#django.contrib.auth.models.User.username
 for the accepted character set.
 
 **Details**
 
@@ -41,10 +41,12 @@ This API provides programmatic user registration at the 
bank.
 
   interface BankRegistrationRequest {
   
-    // Username to use for registration.
+    // Username to use for registration; max length is 150 chars.
     username: string;
 
-    // Password to associate with the username.
+    // Password to associate with the username.  Any characters and
+    // any length are valid; next releases will enforce a minimum length
+    // and a safer characters choice.
     password: string;
   }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]