This module helps to prevent spammers registration from certain e-mail domains.
You can manage the blocked domains on the admin page "admin/config/people/email-blocking".

This is the first module of this kind for Drupal 7.

Link to project page => https://www.drupal.org/sandbox/walkingdexter/2689963
Git clone command => git clone --branch 7.x-1.x https://git.drupal.org/sandbox/WalkingDexter/2689963.git

Comments

WalkingDexter created an issue. See original summary.

PA robot’s picture

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.

anas_maw’s picture

Hi,

Automated Review

Please fix the some basic issues suggested by paraview:
http://pareview.sh/pareview/httpsgitdrupalorgsandboxwalkingdexter2689963git

Manual Review

Individual user account
Yes: Follows the guidelines for individual user accounts.

No duplication
No: Causes module duplication and/or fragmentation.
This module with same functionality: https://www.drupal.org/project/domain_registration

Master Branch
Yes: Follows the guidelines for master branch.

Licensing
Yes: Follows the licensing requirements.

3rd party assets/code
Yes: Follows the guidelines for 3rd party assets/code.

README.txt/README.md
No: Does not follow the guidelines for in-project documentation and/or the README Template.

Code long/complex enough for review
Yes: Follows the guidelines for project length and complexity.

Secure code
Yes: Meets the security requirements.

Coding style & Drupal API usage
[List of identified issues in no particular order. Use (*) and (+) to indicate an issue importance. Replace the text below by the issues themselves:
1- (*) hook_uninstall is not necessary. A table created by hook_schema is automatically dropped when the module is disabled.

Thanks.

visabhishek’s picture

@Anas_maw : Looks like you forgot to change the status. Is this now RTBC after your review or are there application blockers left and this should be "needs work"?

arulan_pari’s picture

Hi Dexter,

In disable_registration.info file
- Remove "version" from the info file.

disable_registration.module file
- In hook_menu use t() function to "title" and "Description" values.

anas_maw’s picture

Status: Needs review » Needs work

Please fix mentioned issues.

walkingdexter’s picture

Hello everyone!

Thans for your reviews! I introduced changes to the module based on your comments.

For Arulan Pari.
> In hook_menu use t() function to "title" and "Description" values.
It's a bad practice - use t() function in hook_menu().

For Anas_maw.
> This module with same functionality: https://www.drupal.org/project/domain_registration
Yes, you are right. I didn't know about this module. Although before writing my own module, I was looking for projects, which are used for similar tasks, but I found nothing.
I would say that in my module admin panel is more comfortable:)

walkingdexter’s picture

Status: Needs work » Needs review
3ssom’s picture

Hello Dexter,

Automated Review

you still have some error shown by @pareview.sh
http://pareview.sh/pareview/httpsgitdrupalorgsandboxwalkingdexter2689963git
please fix those ,, minors :)

Manual Review

Individual user account
[Yes: Follows] the guidelines for individual user accounts.
No duplication
[No: Causes] module duplication and/or fragmentation.
Master Branch
[Yes: Follows] the guidelines for master branch.
Licensing
[Yes: Follows / No: Does not follow] the licensing requirements.
3rd party assets/code
[Yes: Follows / No: Does not follow] the guidelines for 3rd party assets/code.
README.txt/README.md
[Yes: Follows] the guidelines for in-project documentation and/or the README Template.
Code long/complex enough for review
[Yes: Follows / No: Does not follow] the guidelines for project length and complexity.
Secure code
[Yes: Meets the security requirements. / No: List of security issues identified.]
Coding style & Drupal API usage
[List of identified issues in no particular order. Use (*) and (+) to indicate an issue importance. Replace the text below by the issues themselves:
  1. Automated shows some errors.
  2. As mentioned this module is causes duplication which bad and Drupal community prefers joining force over competition but its NOT a blocker and as far as the applicant knows about it I'd just mention this is the project page as Similar Projects explaining the deference between the two projects.
  3. you could use the (configure = path to your project's configuration page) in your info file which helps a lot using your module
  4. you could use the (configure = path to your project's configuration page) in your info file which helps a lot using your module
  5. Implements hook_help().

I see no blockers here so I think this is a RTBC :)

Thank you

3ssom’s picture

Status: Needs review » Reviewed & tested by the community
avpaderno’s picture

Title: Disable Registration [D7] » [D7] Disable Registration

I will update your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.

Here are some recommended readings to help with excellent maintainership:

You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!

Thank you, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.

Thanks go the dedicated reviewer(s) as well.

avpaderno’s picture

Assigned: Unassigned » avpaderno
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.