Public Member Functions | Protected Attributes

ForgotPwd Class Reference

Inheritance diagram for ForgotPwd:
Collaboration diagram for ForgotPwd:

List of all members.

Public Member Functions

 forgotPassword ()
 updatePassword ()
 updateSuccess ()
 showUpdateScreen ()
 getUpdateId ()
 isExpiredLink ()
 getForgotEmail ()
 getBreadCrumb ()

Protected Attributes

 $_sThisTemplate = 'page/account/forgotpwd.tpl'
 $_sForgotEmail = null
 $_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW
 $_blUpdateLinkStatus = null
 $_blTop5Action = true
 $_blBargainAction = true

Detailed Description

Password reminder page. Collects toparticle, bargain article list. There is a form with entry field to enter login name (usually email). After user enters required information and submits "Request Password" button mail is sent to users email. OXID eShop -> MY ACCOUNT -> "Forgot your password? - click here."

Definition at line 10 of file forgotpwd.php.


Member Function Documentation

ForgotPwd.forgotPassword (  ) 

Executes oxemail.SendForgotPwdEmail() and sends login password to user according to login name (email).

Template variables: sendForgotMail

Returns:
null

Definition at line 59 of file forgotpwd.php.

ForgotPwd.getBreadCrumb (  ) 

Returns Bread Crumb - you are here page1/page2/page3...

Returns:
array

Reimplemented from oxUBase.

Definition at line 174 of file forgotpwd.php.

ForgotPwd.getForgotEmail (  ) 

Template variable getter. Returns searched article list

Returns:
string

Definition at line 164 of file forgotpwd.php.

ForgotPwd.getUpdateId (  ) 

Returns special id used for password update functionality

Returns:
string

Definition at line 140 of file forgotpwd.php.

ForgotPwd.isExpiredLink (  ) 

Returns password update link expiration status

Returns:
bool

Definition at line 150 of file forgotpwd.php.

ForgotPwd.showUpdateScreen (  ) 

Notifies that password update form must be shown

Returns:
bool

Definition at line 130 of file forgotpwd.php.

ForgotPwd.updatePassword (  ) 

Checks if password is fine and updates old one with new password. On success user is redirected to success page

Returns:
string

Definition at line 78 of file forgotpwd.php.

ForgotPwd.updateSuccess (  ) 

If user password update was successfull - setting success status

Returns:
bool

Definition at line 120 of file forgotpwd.php.


Member Data Documentation

ForgotPwd.$_blBargainAction = true [protected]

Reimplemented from oxUBase.

Definition at line 48 of file forgotpwd.php.

ForgotPwd.$_blTop5Action = true [protected]

Reimplemented from oxUBase.

Definition at line 42 of file forgotpwd.php.

ForgotPwd.$_blUpdateLinkStatus = null [protected]

Definition at line 36 of file forgotpwd.php.

ForgotPwd.$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW [protected]

Current view search engine indexing state: VIEW_INDEXSTATE_INDEX - index without limitations VIEW_INDEXSTATE_NOINDEXNOFOLLOW - no index / no follow VIEW_INDEXSTATE_NOINDEXFOLLOW - no index / follow

Reimplemented from oxUBase.

Definition at line 29 of file forgotpwd.php.

ForgotPwd.$_sForgotEmail = null [protected]

Definition at line 22 of file forgotpwd.php.

ForgotPwd.$_sThisTemplate = 'page/account/forgotpwd.tpl' [protected]

Reimplemented from oxView.

Definition at line 16 of file forgotpwd.php.


The documentation for this class was generated from the following file: