# discourse-auto-deactivate **Repository Path**: mirrors_discourse/discourse-auto-deactivate ## Basic Information - **Project Name**: discourse-auto-deactivate - **Description**: This plugin will automatically deactivate stale users so that they need to recomfirm their email in order to login in again - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # discourse-auto-deactivate This plugin will automatically deactivate stale users so that they need to recomfirm their email in order to login in again. This plugin is disabled by default, make sure to enable it in your site settings. ### How to install [How to install a plugin](https://meta.discourse.org/t/install-a-plugin/19157) ### How to run tests Make sure the plugin has been installed, then from the discourse directory run: LOAD_PLUGINS=1 bundle exec rspec plugins/discourse-auto-deactivate/spec/plugin_spec.rb