From 4e41156db3e79299d771e5c9c7095f0ad57229fe Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 21 Nov 2019 10:57:20 +0100 Subject: [PATCH] Login screens: doc: registration forbidden --- docs/signup.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/signup.md b/docs/signup.md index f241edeba0..dcc589041b 100644 --- a/docs/signup.md +++ b/docs/signup.md @@ -57,6 +57,15 @@ We get the flows with a 401, which also means the the registration is possible o } ``` +If the registration is not possible, we get a 403 + +```json +{ + "errcode": "M_FORBIDDEN", + "error": "Registration is disabled" +} +``` + ### Step 1: entering user name and password The app is displaying a form to enter username and password.