Download the PHP package svenjuergens/disable_beuser without Composer

On this page you can find all versions of the php package svenjuergens/disable_beuser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package disable_beuser

TYPO3 Extension Disable BeUser Task

Latest Stable Version

Thanks for the support

First a thank you for supporting the further development of this extension to Darmstadt University of Applied Sciences

And Tim Horstmann, who created the first Event with a pull request

What does it do?

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

Installation

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

Configuration

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

EditUser

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

configuration2

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:

invalid examples are:

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

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)

There is now an event (AfterBeUserDisabledEvent) after the be_user accounts have been deactivated. Many thanks to Tim Horstmann, who created the feature with a pull request.


All versions of disable_beuser with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^11.5 || ^12.4
php Version >=7.4.0
ext-pdo Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package svenjuergens/disable_beuser contains the following files

Loading the files please wait ....