Force Logout module allow administrator to force logout all users from the system to make sure they will not adding any new content or make any edit.
The main purpose of this module is to allow us to migrate the website without enable maintenance mode since we need to keep the website open and in read-only.

Please review my project on this URL:
https://www.drupal.org/sandbox/samaphp/2406825

Git clone command:
git clone --branch 7.x-1.x https://git.drupal.org/sandbox/samaphp/2406825.git force_logout

Thanks all

Comments

samaphp created an issue. See original summary.

PA robot’s picture

Issue summary: View changes

Fixed the git clone URL in the issue summary for non-maintainer users.

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.

sanjay chauhan’s picture

Hi @samaphp

As you are using system_settings_form (force_logout.form.inc) to set variable, use hook_uninstall for deleting those variables from table.

Variable "force_logout_status" and "force_logout_login_message" needs to be deleted on module uninstall.

Also please change doc block comment text (Implements hook_permission() -> Implements hook_menu()) from force_logout_menu() (Line #9).

Thanks

samaphp’s picture

@Sanjay Chauhan

Thank you, your notes has been resolved.
Thanks again for your time.

saveva’s picture

Hello samaphp.

Your README.txt/README.md does not follow the guidelines for in-project documentation and/or the README Template.

You should consider as well to include the updated version in the administration help in your hook_help.

Regards.
uh

amit.drupal’s picture

Hello Samaphp.

Follow the Coding standers and sequence of hook function.
Example - hook_help define in top of module .

Thanks

PA robot’s picture

Status: Needs review » Needs work

Git clone failed for https://git.drupal.org/sandbox/samaphp/2406825.git while invoking http://pareview.sh/pareview/httpsgitdrupalorgsandboxsamaphp2406825git

Git clone failed. Aborting.

I'm a robot and this is an automated message from Project Applications Scraper.

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing 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.