Skip to content

TopLevel forgotPassword.php

James Cobban edited this page May 13, 2021 · 4 revisions

Up: Top Level Implementation

Source Code

This script sends an e-mail to the user to request confirmation of a request to reset the password.

When invoked by method='post' it supports the following parameters:

parameter description
'userid' the user name identifying the account. May also be specified as 'username'.
'email' override the e-mail address only if the account does not currently have an e-mail address.
'lang' the user's requested language of communication as an IETF BCP 47 code

This script is invoked from the account management page

Next: genCountry.php

Clone this wiki locally