Login screens: doc: registration forbidden

This commit is contained in:
Benoit Marty 2019-11-21 10:57:20 +01:00
parent 1a0b8b35f8
commit 4e41156db3

View file

@ -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.