https://github.com/discourse/discourse-auto-deactivate
This plugin will automatically deactivate stale users so that they need to recomfirm their email in order to login in again
https://github.com/discourse/discourse-auto-deactivate
discourse-plugin
Last synced: about 1 year ago
JSON representation
This plugin will automatically deactivate stale users so that they need to recomfirm their email in order to login in again
- Host: GitHub
- URL: https://github.com/discourse/discourse-auto-deactivate
- Owner: discourse
- License: mit
- Created: 2018-04-30T19:24:06.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T12:20:52.000Z (about 1 year ago)
- Last Synced: 2025-04-09T13:28:02.080Z (about 1 year ago)
- Topics: discourse-plugin
- Language: Ruby
- Size: 323 KB
- Stars: 7
- Watchers: 22
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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