File/plugins/change_password/backend/merak.php

Description

Merakchange password backend

Functions
cpw_merak_dochange (line 80)

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 44)

Check if php install has all required extensions.

void cpw_merak_init ()
GetSub (line 193)
void GetSub ( $tag,  $type)
  • $tag
  • $type
IsChecked (line 213)
void IsChecked ( $tag)
  • $tag

Documentation generated on Sun, 22 Nov 2009 17:36:41 +0200 by phpDocumentor 1.4.3