mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08: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…
Reference in New Issue
Block a user