lemmy_password_change_after_reset {remmy}R Documentation

Change your password from an email / token based reset.

Description

HTTP.POST /user/password_change

Usage

lemmy_password_change_after_reset(
  token,
  password,
  password_verify,
  .lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)

Arguments

token

A character value.

password

A character value.

password_verify

A character value.

.lemmy_instance

Default: "https://lemmy.world". Change the default instance by setting the lemmy_instance options().

Value

A list of length 3:

<list>
|-jwt: (Optional) A character value
|-registration_created: A logical value
`-verify_email_sent: A logical value

[Package remmy version 0.1.0 Index]