Anyone have a solution to send a rejection email when the account has been denied access and deleted?
The system does send a accepted email, so it looks like the code is there, and could be moved to accommodate this feature?
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- craigh responded to »Using PageUtil::addVar() to load script code« 03:29 PM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Add a email for rejected users Zikula 1.2.8
-
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
-
- Rank: Softmore
- Registered: May 30, 2005
- Last visit: May 31, 2010
- Posts: 340
This would probably involve messing with the Users module. It looks like the changes you want would need to be made to finishnewuser(). You would want to override the switch statement for options 11 or 12 and then use the Mailer module.
Why send a rejection email vs. what the system does now, just post the information or the site?
Edited by Paustian on Feb 07, 2012 - 06:53 AM. -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
I've decided to verify each account. When a new user creates an account there is a password sent back to them letting then know the account is being verified. If I decide to delete the account, they keep trying the user name and password that was sent. Seems to me it would be easier to just automatically send a rejection letter instead of then keep trying to use the authentication that was sent, and then a posting feedback to me telling me they can't get in. -
- Rank: Softmore
- Registered: May 30, 2005
- Last visit: May 31, 2010
- Posts: 340
I don't think this would be hard to add. It would just be a matter of digging into the Users code as I outlined above. -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
Paustian
This would probably involve messing with the Users module. It looks like the changes you want would need to be made to finishnewuser(). You would want to override the switch statement for options 11 or 12 and then use the Mailer module.
Why send a rejection email vs. what the system does now, just post the information or the site?Edited by Paustian on Feb 07, 2012 - 06:53 AM.
Zikula does nothing when you deny a user registration, except deletes the account. Wouldn't it just be common sense to choose to, or not to send an e-mail to the user informing them their application was rejected, it's just rude to purge a users account with no notification of any kind.
On top of that, the administrator has to deal with e-mails from users that have been denied access wanting to know why they are unable to get access to the site. -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
Bumping this back up to see if there is any capable programmer out there that can get this completed.
Is it possible that I might have to switch CMS platforms in order to have this option?
- Moderated by:
- Support
