Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Jun 2012 at 21:08 UTC
Updated:
10 Aug 2012 at 14:00 UTC
This module provides Drupal administrators to send a email reminder to a unactivated user automatically and remove it automatically.
Links of my project applications reviews.
http://drupal.org/node/1558808#comment-5970212
http://drupal.org/node/1568016#comment-5973632
http://drupal.org/node/1715026#comment-6330530
Comments
Comment #1
KrisBulman commentedI think what you mean to say is Inactive User, and you should probably check out this module maintained by Crell http://drupal.org/project/inactive_user which has more of the same kind of functionality if I'm not mistaken.
Perhaps it would be better if you contributed to this module to help get a 7 release out the door? (not far off by the looks of it)
Running coder on your module returns the following:
Comment #2
thyssimonis commentedFixed coding standerd problems!
Comment #3
cbeier commentedHi,
Please take a moment to make your README.txt follow the guidelines for in-project documentation and make it more informative (How I install the module, What is required ...).
For the uninstall process, you should use the variable_del() function. Even with several variables. Because the variable_del() function does a bit more.
unactivated_user.module
Regards, Christian
Comment #4
thyssimonis commentedI added a drupal message in *.install, but i get a coder/PAReview warning that can't use links in drupal_set_message().
Doc: http://drupal.org/node/161085#Recommended practices
How do fixed it correct?
Comment #5
KrisBulman commentedI notice you haven't addressed the comment on the module with nearly identical functionality http://drupal.org/project/inactive_user
Have you thought of assisting this module get a D7 release instead of releasing this one?
Comment #6
thyssimonis commentedYes a notice it, but i really mean "Unactivated User" not "Inactive" User.
Comment #7
elatro commentedAlthough the inactive user module does the same thing (when there is a D7 release), this unactivated user module is slick and clean.
Currently using it on a live site to remove user accounts which were made as an invitation/demo possibility.
Just removing the unactivated users is enough for me.
Comment #8
thyssimonis commentedBump
Comment #9
patrickd commented@ thyssimonis
please do not bump issues, this won't help at all
if you want a review bonus it's not enough to just add the reviews to your summary, you have to add the "PAReview: review bonus" tag to this issue!
Comment #10
thyssimonis commentedSorry and thank you for the tag tip.
I added the "PAReview: review bonus" tag.
Comment #11
klausiRemoving review bonus tag, 2 of your reviews where only pointers to automated review reports. Make sure to actually read through the source code of other modules and report issues that you find. Then replace those review comments in your issue summary.
Comment #12
primsi commentedHi,
I am not sure about the /tpl/mail_reminder.tpl file. It seems that the PARreview automated test doesn't check it.
And although I am not a native english speaker "The number of days when ...." seems somehow unnatural here. Shouldn't this be something like "The number of days after ...."? But you should probably get a second opinion on that :)
Comment #13
primsi commentedUpdating status.
Comment #14
patrickd commentedYou did not point out any major issues -> needs review
Comment #14.0
patrickd commentedAdded coder review
Comment #15
thyssimonis commentedComment #15.0
thyssimonis commentedRemoved 2 reviews that points to automated review reports.
Comment #16
thyssimonis commentedAdded tag
Comment #17
serjas commentedmake 7.x default branch http://drupal.org/node/1659588
module working fine
Comment #18
patrickd commented"Unactivated" is a bit of strange term. "Blocked" or "Inactive" are more common.
Also the name not really indicates the functionality.
"Unactivated User" - so and what does it do with these "unactivated" users?! - maybe "Inactive user notification" is a much better name here,
If you then try 30 seconds of searching for a similar module you'll get : http://drupal.org/project/inactive_user
Which seems like it pretty much does the same as your module, but it also seems like they need help with their 7.x version.
We prefer collaboration over competition, therefore we want to prevent having duplicating modules on drupal.org. If the differences between these modules are not too fundamental for patching the existing one, we would love to see you joining forces and concentrate all power on enhancing one module. (If the existing module is abandoned, please think about taking it over).
Comment #18.0
patrickd commentedAdded a new review