mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 05:46:15 -06:00
make comment clearer
This commit is contained in:
parent
b22bfdba37
commit
03b3c0c8ce
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ type PasswordChangeRequest struct {
|
|||
// in: formData
|
||||
OldPassword string `form:"old_password" json:"old_password" xml:"old_password"`
|
||||
// Desired new password.
|
||||
// If the password is not complex enough it will be rejected.
|
||||
// If the password does not have high enough entropy, it will be rejected.
|
||||
// See https://github.com/wagslane/go-password-validator
|
||||
//
|
||||
// in: formData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue