New Login URL Still Exists After Module Is Uninstalled and Removed

Created on 18 October 2023, 9 months ago
Updated 22 January 2024, 5 months ago

Problem/Motivation

New Login Page Still Exists After Module Is Uninstalled and Removed

Steps to reproduce

Navigate to admin/config/security/disable-login and removed the values for the query string name and the secret key
Navigate to admin/modules/uninstall and selected the Disable Login Page to uninstall.
Used composer remove drupal/disable_login --with-all-dependencies.

The previous query string name and secret key combination is still a valid url to get to the login screen.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

💬 Support request
Status

Closed: works as designed

Version

1.1

Component

Miscellaneous

Created by

🇺🇸United States Markasourus

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Markasourus
  • Status changed to Closed: works as designed 5 months ago
  • 🇮🇳India samit.310@gmail.com

    Hi @Markasourus ,

    I followed the same steps you mention above, but it is working as expected. after module uninstall all the config(disable login.settings) stored in DB is also gets delete.
    Might be there is some issue at ypur end, Please also clear the drupal's cache.

    Thanks
    Samit K.

Production build 0.69.0 2024