PHPackages                             svenjuergens/disable\_beuser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. svenjuergens/disable\_beuser

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

svenjuergens/disable\_beuser
============================

Scheduler task to disable inactive User

5.0.0(9mo ago)536.2k↓22%3[1 issues](https://github.com/SvenJuergens/disable_beuser/issues)1GPL-2.0-or-laterPHPPHP &gt;=8.2.0

Since May 1Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/SvenJuergens/disable_beuser)[ Packagist](https://packagist.org/packages/svenjuergens/disable_beuser)[ Docs](https://github.com/SvenJuergens/disable_beuser)[ RSS](/packages/svenjuergens-disable-beuser/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (15)Used By (1)

TYPO3 Extension Disable BeUser Task
===================================

[](#typo3-extension-disable-beuser-task)

[![Latest Stable Version](https://camo.githubusercontent.com/e7629c5a9ad677b32b4f4e90fb7e762dd73ef7c09c8e796c2427e8f989aad0ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7376656e6a75657267656e732f64697361626c655f6265757365722e737667)](https://packagist.org/packages/svenjuergens/belogin_images)

Thanks for the support
----------------------

[](#thanks-for-the-support)

First a thank you for supporting the further development of this extension to [Darmstadt University of Applied Sciences](https://www.h-da.de/)

And [Tim Horstmann](https://github.com/timhorstmann), who created the first Event with a pull request

What does it do?
----------------

[](#what-does-it-do)

This extension integrate a scheduler task to disable backend user after a configurable amount of time.

Installation
------------

[](#installation)

Simply install the extension with Extension Manager or composer `composer require svenjuergens/disable_beuser`

Configuration
-------------

[](#configuration)

After installation, you have the possibility to exclude single user from the scheduler task.

[![EditUser](https://camo.githubusercontent.com/3c6ed6750f354f95c7b455e1af0b4c2a4a17225f3a871fbcdf7f3d0d71d0e7a3/68747470733a2f2f7261772e6769746875622e636f6d2f5376656e4a75657267656e732f64697361626c655f6265757365722f6d61696e2f446f63756d656e746174696f6e2f496d616765732f6578636c7564652d757365722e706e67)](https://camo.githubusercontent.com/3c6ed6750f354f95c7b455e1af0b4c2a4a17225f3a871fbcdf7f3d0d71d0e7a3/68747470733a2f2f7261772e6769746875622e636f6d2f5376656e4a75657267656e732f64697361626c655f6265757365722f6d61696e2f446f63756d656e746174696f6e2f496d616765732f6578636c7564652d757365722e706e67)

Optional: You can set an individual HTML E-Mail Template in ExtensionManager Configuration

[![configuration2](https://camo.githubusercontent.com/010928a8ae1f7ea872d9d7aa3d546db037ee3f414933f489b693e16c2c4af1d9/68747470733a2f2f7261772e6769746875622e636f6d2f5376656e4a75657267656e732f64697361626c655f6265757365722f6d61696e2f446f63756d656e746174696f6e2f496d616765732f7365742d656d61696c74656d706c6174652e706e67)](https://camo.githubusercontent.com/010928a8ae1f7ea872d9d7aa3d546db037ee3f414933f489b693e16c2c4af1d9/68747470733a2f2f7261772e6769746875622e636f6d2f5376656e4a75657267656e732f64697361626c655f6265757365722f6d61696e2f446f63756d656e746174696f6e2f496d616765732f7365742d656d61696c74656d706c6174652e706e67)

### Task Configuration

[](#task-configuration)

**Input field: "Time of Inactivity to disable Beuser"**

Here you have to set a time span e.g. "1 months". You have to use a correkt (PHP) Date/Time Format.

valid examples are:

- 1 day
- 1 week
- 1 month
- 1 year
- 10 days
- 10 weeks
- 10 months
- 10 years

invalid examples are:

- ein Tag
- 1 Woche
- one months

Background: The scheduler task create a Datetime Object and subtract the time span from "now".

**Input field: "Notification Email (optional) "**

If you set an email address you get the date and a list with disabled user from the task. (Separate Mails with ";" )

[![configuration3](https://camo.githubusercontent.com/afeb22c7d1ccbd65d4f6d8ed641945c3de2926cb221f26aa7f945b0be0f863cb/68747470733a2f2f7261772e6769746875622e636f6d2f5376656e4a75657267656e732f64697361626c655f6265757365722f6d61696e2f446f63756d656e746174696f6e2f496d616765732f64697361626c652d6265757365722d7461736b2e706e67)](https://camo.githubusercontent.com/afeb22c7d1ccbd65d4f6d8ed641945c3de2926cb221f26aa7f945b0be0f863cb/68747470733a2f2f7261772e6769746875622e636f6d2f5376656e4a75657267656e732f64697361626c655f6265757365722f6d61696e2f446f63756d656e746174696f6e2f496d616765732f64697361626c652d6265757365722d7461736b2e706e67)

**Input field: "TestRunner (optional) "**

with this field checked, you only make a test run and no user status where changed

### Events (since 4.0.0)

[](#events-since-400)

There is now an event (AfterBeUserDisabledEvent) after the be\_user accounts have been deactivated. Many thanks to [Tim Horstmann](https://github.com/timhorstmann), who created the feature with a pull request.

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance51

Moderate activity, may be stable

Popularity34

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 93.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~250 days

Total

13

Last Release

299d ago

Major Versions

1.3.2 → 2.0.02019-09-30

2.1.3 → 3.0.02022-03-04

3.1.0 → 4.0.02023-08-28

4.2.0 → 5.0.02025-07-24

PHP version history (4 changes)1.3.2PHP &gt;=5.6.0

2.0.0PHP &gt;=7.1.0

4.0.0PHP &gt;=7.4.0

5.0.0PHP &gt;=8.2.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20923295?v=4)[Sven Jürgens](/maintainers/SvenJuergens)[@SvenJuergens](https://github.com/SvenJuergens)

---

Top Contributors

[![SvenJuergens](https://avatars.githubusercontent.com/u/20923295?v=4)](https://github.com/SvenJuergens "SvenJuergens (70 commits)")[![thommyhh](https://avatars.githubusercontent.com/u/13288620?v=4)](https://github.com/thommyhh "thommyhh (3 commits)")[![an-constructiva](https://avatars.githubusercontent.com/u/132894601?v=4)](https://github.com/an-constructiva "an-constructiva (1 commits)")[![sabbelasichon](https://avatars.githubusercontent.com/u/13050560?v=4)](https://github.com/sabbelasichon "sabbelasichon (1 commits)")

### Embed Badge

![Health badge](/badges/svenjuergens-disable-beuser/health.svg)

```
[![Health](https://phpackages.com/badges/svenjuergens-disable-beuser/health.svg)](https://phpackages.com/packages/svenjuergens-disable-beuser)
```

###  Alternatives

[in2code/powermail

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features

982.5M38](/packages/in2code-powermail)[fluidtypo3/flux

The flux package from FluidTYPO3

152982.2k20](/packages/fluidtypo3-flux)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

96374.6k23](/packages/friendsoftypo3-content-blocks)[derhansen/sf_event_mgt

Configurable event management and registration extension based on ExtBase and Fluid

64313.9k6](/packages/derhansen-sf-event-mgt)[typo3/cms-t3editor

TYPO3 CMS T3Editor - JavaScript-driven editor with syntax highlighting and code completion. Based on CodeMirror.

115.9M50](/packages/typo3-cms-t3editor)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

39488.5k](/packages/wazum-sluggi)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
