Inheritance diagram for ForgotPwd:
Collaboration diagram for ForgotPwd:Public Member Functions | |
| forgotPassword () | |
| updateSuccess () | |
| showUpdateScreen () | |
| getUpdateId () | |
| isExpiredLink () | |
| getForgotEmail () | |
| getBreadCrumb () | |
| getTitle () | |
Protected Attributes | |
| $_sThisTemplate = 'page/account/forgotpwd.tpl' | |
| $_sForgotEmail = null | |
| $_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW | |
| $_blUpdateLinkStatus = null | |
| $_blBargainAction = true | |
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.
| ForgotPwd.forgotPassword | ( | ) |
Executes oxemail.SendForgotPwdEmail() and sends login password to user according to login name (email).
Template variables: sendForgotMail
Definition at line 55 of file forgotpwd.php.
| ForgotPwd.getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented from oxUBase.
Definition at line 175 of file forgotpwd.php.
| ForgotPwd.getForgotEmail | ( | ) |
Template variable getter. Returns searched article list
Definition at line 165 of file forgotpwd.php.
| ForgotPwd.getTitle | ( | ) |
Get password reminder page title
Reimplemented from oxUBase.
Definition at line 193 of file forgotpwd.php.
| ForgotPwd.getUpdateId | ( | ) |
Returns special id used for password update functionality
Definition at line 141 of file forgotpwd.php.
| ForgotPwd.isExpiredLink | ( | ) |
Returns password update link expiration status
Definition at line 151 of file forgotpwd.php.
| ForgotPwd.showUpdateScreen | ( | ) |
Notifies that password update form must be shown
Definition at line 131 of file forgotpwd.php.
| ForgotPwd.updateSuccess | ( | ) |
If user password update was successfull - setting success status
Definition at line 121 of file forgotpwd.php.
ForgotPwd.$_blBargainAction = true [protected] |
Reimplemented from oxUBase.
Definition at line 46 of file forgotpwd.php.
ForgotPwd.$_blUpdateLinkStatus = null [protected] |
Definition at line 39 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 32 of file forgotpwd.php.
ForgotPwd.$_sForgotEmail = null [protected] |
Definition at line 25 of file forgotpwd.php.
ForgotPwd.$_sThisTemplate = 'page/account/forgotpwd.tpl' [protected] |
Reimplemented from oxView.
Definition at line 18 of file forgotpwd.php.
1.7.1