lemmy_change_password | R Documentation |
HTTP.PUT /user/change_password
lemmy_change_password(
new_password,
new_password_verify,
old_password,
auth,
.lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)
new_password |
A character value. |
new_password_verify |
A character value. |
old_password |
A character value. |
auth |
A character value. |
.lemmy_instance |
Default: "https://lemmy.world". Change the default instance by setting the |
A list
of length 3:
<list> |-jwt: (Optional) A character value |-registration_created: A logical value `-verify_email_sent: A logical value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.