I recently used this module to test an authentication setup, only to notice that when I used wrong configurations in this module I got locked out of my site. Disabling the module helped, but without an .install file (with hook_uninstall to delete variables) I couldn't get rid of the wrong configuration variables that I had set.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DMaester created an issue. See original summary.

gaards’s picture

Patch attached.

gaards’s picture

Title: Module doesn't have an .install file » Module doesn't have a .install file
Manuel Garcia’s picture

Title: Module doesn't have a .install file » Module doesn't clean up its variables on uninstall
Version: 7.x-1.5 » 7.x-1.x-dev
Category: Task » Bug report
Priority: Normal » Major
Status: Needs review » Reviewed & tested by the community

Patch applies cleanly to 7.x-1.x and the hook_uninstall cleans up all variables defined by the module.

  • specky_rum committed a626bdb on 7.x-1.x authored by Maesteri
    Issue #2648124 by Maesteri: Module doesn't clean up its variables on...
specky_rum’s picture

Status: Reviewed & tested by the community » Fixed

This has been applied and is in the 1.6 release. Thanks very much and apologies that it has taken so long to commit.

Status: Fixed » Closed (fixed)

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