- in IDE:
- open /core/units/users/users_event_handler.php file for editing
- go to OnAfterCopyToLive method declaration
- add $this->Application->emailUser('USER.PSWDC', $event->getEventParam('id')); code before method ending
- save changes
- in Admin Console
- go to User Management → Users section
- create new user
- remember ID of created user
- go to Tools → Query Database section
- type this SQL SELECT PwResetConfirm FROM {your_table_prefix}_Users WHERE PortalUserId = {your_user_id}
- press Run SQL button on toolbar
- confirm, that displayed value isn't empty
Details
Details
- Reviewers
erik - Commits
- rINP16472: Fixes INP-1581 - Load email sender/recipient from live table
Diff Detail
Diff Detail
- Repository
- rINP In-Portal
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.