[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Action/ -> Resendpwd.php (summary)

(no description)

File Size: 182 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Resendpwd:: (5 methods):
  minimumPermission()
  checkPreconditions()
  preProcess()
  tplContent()
  resendpwd()


Class: Resendpwd  - X-Ref

Class Resendpwd

Handle password recovery

minimumPermission()   X-Ref
No description

checkPreconditions()   X-Ref
No description

preProcess()   X-Ref
No description

tplContent()   X-Ref
No description

resendpwd()   X-Ref
Send a  new password

This function handles both phases of the password reset:

- handling the first request of password reset
- validating the password reset auth token

return: bool true on success, false on any error
author: Benoit Chesneau <benoit@bchesneau.info>
author: Chris Smith <chris@jalakai.co.uk>
author: Andreas Gohr <andi@splitbrain.org>