mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
parent
b0f0c8b822
commit
65c89709bc
2 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ Flags:
|
|||
Example:
|
||||
|
||||
```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
|
||||
|
|
|
@ -66,7 +66,7 @@ func NewPassword(password string) error {
|
|||
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).
|
||||
|
|
Loading…
Reference in a new issue