mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
@ -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).
|
||||
|
Reference in New Issue
Block a user