mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-03 12:37:31 +01:00
Login screens: doc: registration forbidden
This commit is contained in:
parent
1a0b8b35f8
commit
4e41156db3
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user