mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-11-14 00:37:18 +00:00
parent
b0f0c8b822
commit
65c89709bc
2 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ Flags:
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gotosocial admin account password --username some_username --pasword some_really_good_password --config-path config.yaml
|
gotosocial admin account password --username some_username --password some_really_good_password --config-path config.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
### gotosocial admin export
|
### gotosocial admin export
|
||||||
|
|
|
@ -66,7 +66,7 @@ func NewPassword(password string) error {
|
||||||
fmt.Sprintf("password is only %d%% strength", percent)))
|
fmt.Sprintf("password is only %d%% strength", percent)))
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil // pasword OK
|
return nil // password OK
|
||||||
}
|
}
|
||||||
|
|
||||||
// Username makes sure that a given username is valid (ie., letters, numbers, underscores, check length).
|
// Username makes sure that a given username is valid (ie., letters, numbers, underscores, check length).
|
||||||
|
|
Loading…
Reference in a new issue