fix
This commit is contained in:
@@ -49,9 +49,9 @@ docker compose will not be published unless you write ports. it is only valid in
|
||||
|
||||
```sh
|
||||
# create account
|
||||
$ url=https://${pds}/xrpc/com.atproto.server.createAccount
|
||||
$ json="{\"email\": \"$email\", \"handle\": \"$handle\", \"password\": \"$password\"}"
|
||||
$ curl -X POST -H "Content-Type: application/json" -d $json -sL $url
|
||||
url=https://${pds}/xrpc/com.atproto.server.createAccount
|
||||
json="{\"email\": \"$email\", \"handle\": \"$handle\", \"password\": \"$password\"}"
|
||||
curl -X POST -H "Content-Type: application/json" -d $json -sL $url
|
||||
```
|
||||
|
||||
change `src/pds/handle` to use a name of 3 characters or less. also, you cannot create an account with a name of 3 characters or less from social-app (web client). please create it from api.
|
||||
|
Reference in New Issue
Block a user