How to Stop Registration Rejection Email

Phillip Kirkland asked on March 12, 2015 17:11

We have a client who is using the "Require Admin Approval" for their registration process. If the user is rejected a message box comes up asking for the reason and there is a check-box at the bottom left corner asking to send the email or not. Is there a way to set this check-box to be unchecked by default with a setting? The only way I have found is to clone the module itself and then change this in the code to unchecked which is more involved than I would like.

Recent Answers


Petar Kozjak answered on March 13, 2015 12:03

Hi,

this controls isn't built like some others inside Kentico Modules Page Template so you can't change it from interface. But what I saw you don't have to clone it, just change in \CMS\CMSModules\Membership\Pages\Users\General\User_Reject.ascx line 10 to Checked="false". It isn't some big customization.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.