Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
5 Aug 2014 at 23:49 UTC
Updated:
21 Jul 2015 at 10:25 UTC
Jump to comment: Most recent
Comments
Comment #1
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxkarthikkumarbodu23161...
We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #2
karthikkumarbodu commentedComment #3
karthikkumarbodu commentedFixed review comments from pareview.sh
Comment #4
swim commentedHey dude,
You could move some of the functionality from your callback into your form function with an additional check in $form_state. For example;
By doing this we can also move & update your include_once; currently at the top of the module file. Like such;
It might also be worth updating, include_once to module_load_include. But that's neither here nor there.
Good job =).
Comment #5
karthikkumarbodu commentedHi Swim,
Thanks for your interest in reviewing this module and your valuable comments will certainly help to improve.
Please provide inputs for below queries :
Thanks,
Karthik
Comment #6
karthikkumarbodu commentedComment #7
stefank commentedHi,
Automated Review -OK
Manual review
README.txt/README.md
(*) No: Follows the guidelines for in-project documentation and the README Template.
Code long/complex enough for review
No: Follows the guidelines for project length and complexity. Added PAReview: Single project promote tag.
hook_help() is missing in your module.
Great job, but I think still some work needs to be done.
Comment #8
klausiThe README contains useful instructions, so following the template is surely not an application blocker. Same for hook_help(). Any other problems you found?
Comment #9
stefank commentedFrom my point of view everything else seems to be ok.
Comment #10
gaurav.pahuja commentedIn order to generate password hash using this module, admin should have access to MySQL Database.
Also, if I forgot password for Uid 1, then I need to install another Drupal instance to generate password and then change it.
I am not able to think of more use cases for this module, may be I am missing something.
Can you please elaborate more on usage of this module?
NOTE: I am not changing status of this issue as these points are more for my own understanding.
Comment #11
gaurav.pahuja commentedThough I was able to successfully generate hash for my password, but I am also getting a notice.
Notice: Undefined index: generate_hash in password_encryption_generate() (line 87 of D:\drupal\sites\all\modules\password_encryption\password_encryption.module).Comment #12
karthikkumarbodu commentedHi Gaurav
Thanks for reporting the error notice, the error notice is not coming up now. Please review and add your comments.
Comment #13
devd commentedPlease add the configuration path in .info file.
Example: configure = admin/config/content/example
Comment #14
karthikkumarbodu commentedAdded configuration path in ".info" file and created action link on the user login block to generate hashed key for a given password.
Comment #15
karthikkumarbodu commentedComment #16
camprandall commentedReviewing.
Comment #17
camprandall commentedAutomated Review
Passed all pareview.sh tests.
Manual Review
I preface all of this by saying it's my first review so I apologize if I'm off on some of these categories. ;)
This review uses the Project Application Review Template.
Comment #18
camprandall commentedComment #19
PA robot commentedClosing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.