Packages

CAWeb

CAWebModuleExtension

ds

Reports

Errors

Markers

Indices

Files

inc/wp-login.php

CAWeb Login Tags

see

see

Table of Contents

Functions

caweb_login_form_lostpassword() Login form for Lost Password Fires before a specified login form action.
 caweb_login_form_lostpassword() : void
Tags

see

see

Return values

void

caweb_login_form_rp() Add filter to network site url on Login Form Reset Password Fires before a specified login form action.
 caweb_login_form_rp() : void
Tags

see

see

Return values

void

caweb_lostpassword_form() Add Site ID and nonce to lost password form Fires inside the lostpassword form tags, before the hidden fields.
 caweb_lostpassword_form() : void
Tags

see

see

Return values

void

caweb_lostpassword_redirect() Redirect for after Lost your password has been generated Filters the URL redirected to after submitting the lostpassword/retrievepassword form.
 caweb_lostpassword_redirect( $lostpassword_redirect) : \URL
Tags

see

see

Return values

\URL

caweb_lostpassword_url() Lost your password? URL Filters the Lost Password URL.
 caweb_lostpassword_url( $lostpassword_url,  $redirect) : \URL
Tags

see

see

Return values

\URL

caweb_network_site_url() Change the Reset Password URL to use the site url instead of the network url Filters the network site URL.
 caweb_network_site_url( $url,  $path, string|null $scheme) : \URL
Tags

see

see

Return values

\URL

caweb_retrieve_password_message() Changes Blog Name in message to the correct site Blog Nameb_retrieve_password_message Filters the message body of the password reset mail.
 caweb_retrieve_password_message( $message,  $key,  $user_login, WP_User $user_data) : string
Tags

see

see

Return values

string

caweb_retrieve_password_title() Changes Blog Name in title to the correct site Blog Name Filters the subject of the password reset email.
 caweb_retrieve_password_title( $title,  $user_login, WP_User $user_data) : string
Tags

see

see

Return values

string

caweb_validate_password_reset() Password Reset Strength Validation Fires before the password reset procedure is validated.
 caweb_validate_password_reset(WP_Error $errors, WP_User $user) : void
Tags

see

see

Return values

void

caweb_wp_login_errors() Add Reset Password Confirmation Filters the login page errors.
 caweb_wp_login_errors( $errors,  $redirect_to) : string
Tags

see

see

Return values

string