| 1 | <?php |
||
| 12 | class ResetPasswordAction extends Action |
||
| 13 | { |
||
| 14 | const EVENT_BEFORE_RESET_PASSWORD = 'beforeResetPassword'; |
||
| 15 | const EVENT_AFTER_RESET_PASSWORD = 'afterResetPassword'; |
||
| 16 | const EVENT_ERROR_RESET_PASSWORD = 'errorResetPassword'; |
||
| 17 | |||
| 18 | public $view = '@yiicod/yii2-auth/views/webUser/resetPassword'; |
||
| 19 | |||
| 20 | public function run($token) |
||
| 43 | } |
||
| 44 |