Changeset 14635 for extensions/UserAdvManager
- Timestamp:
- May 1, 2012, 2:52:04 PM (13 years ago)
- Location:
- extensions/UserAdvManager/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserAdvManager/trunk/admin/UAM_admin.php
r13107 r14635 133 133 $_POST['UAM_CustomRejectConnexion_Text'] = str_replace('\"', '"', str_replace("\'", "'", str_replace("\\\\", "\\", $_POST['UAM_CustomRejectConnexion_Text']))); 134 134 135 136 // Check if emails are mandatory for registrations (needed for email exclusion option) 137 // ----------------------------------------------------------------------------------- 138 if ($conf['obligatory_user_mail_address']) 139 { 135 140 // Check if CR-LF exist at begining and end of mail exclusion list - If yes, removes them 136 141 // -------------------------------------------------------------------------------------- … … 140 145 $UAM_Exclusionlist_Error = true; 141 146 } 147 } 148 elseif (!$conf['obligatory_user_mail_address']) 149 { 150 $_POST['UAM_MailExclusion_List'] = ''; 151 } 142 152 143 153 // Consistency check between ConfirmMail and AutoMail - We cannot use GTAutoMail if ConfirmMail is disabled -
extensions/UserAdvManager/trunk/changelog.txt.php
r14611 r14635 304 304 Bug 2619 fixed - Confirmation email when registered user changes his email was not sent and user not demoted 305 305 Bug 2620 fixed - Display of ConfirmMail, rejected and del_account pages have been improved 306 Bug 2628 fixed - Php notice when email is not mandatory for registration 306 307 */ 307 308 ?>
Note: See TracChangeset
for help on using the changeset viewer.