/plugins/change_password/backend/merak.php

Description

Merakchange password backend

Functions
cpw_merak_dochange (line 68)

This is the function that is specific to your backend. It takes

the current password (as supplied by the user) and the desired new password. It will return an array of messages. If everything was successful, the array will be empty. Else, it will contain the errormessage(s). Constants to be used for these messages: CPW_CURRENT_NOMATCH -> "Your current password is not correct." CPW_INVALID_PW -> "Your new password contains invalid characters."

  • return: Array of error messages.
array cpw_merak_dochange (array $data)
  • array $data: data The username/currentpw/newpw data.
cpw_merak_init (line 43)

Check if php install has all required extensions.

void cpw_merak_init ()
GetSub (line 181)
void GetSub ( $tag,  $type)
  • $tag
  • $type
IsChecked (line 201)
void IsChecked ( $tag)
  • $tag

Documentation generated on Mon, 13 Jan 2020 04:23:02 +0100 by phpDocumentor 1.4.3