Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
user_expire
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
user_expire
Merge requests
!10
Issue
#3335793
: Update README.md file according to "README.md template"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3335793
: Update README.md file according to "README.md template"
issue/user_expire-3335793:8.x-1.x
into
8.x-1.x
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Sonal Gyanani
requested to merge
issue/user_expire-3335793:8.x-1.x
into
8.x-1.x
2 years ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 2
0c38b648
1 year ago
version 1
e0eac56e
2 years ago
8.x-1.x (base)
and
latest version
latest version
0c38b648
2 commits,
1 year ago
version 2
0c38b648
2 commits,
1 year ago
version 1
e0eac56e
1 commit,
2 years ago
1 file
+
42
−
44
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
42
−
44
Options
CONTENTS OF THIS FILE
---------------------
*
Introduction
*
Requirements
*
Installation
*
Configuration
*
FAQ
*
Maintainers
INTRODUCTION
------------
# User Expire
The User Expire module allows an administrator to define a date on which to
expire a specific user account or to define a period at a role level where
inactive accounts will be locked.
*
For a full description of the module, visit the project page:
https://www.drupal.org/project/user_expire
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/user_expire
)
To submit bug reports and feature suggestions, or track changes
[
issue queue
](
https://www.drupal.org/project/issues/user_expire
)
## Table of contents
*
To submit bug reports and feature suggestions, or track changes:
https://www.drupal.org/project/issues/user_expire
-
Requirements
-
Installation
-
Configuration
-
FAQ
-
Maintainers
REQUIREMENTS
------------
## Requirements
This module requires no modules outside of Drupal core.
INSTALLATION
------------
*
Install as you would normally install a contributed Drupal module. Visit
https://www.drupal.org/node/1897420 for further information.
## Installation
Install as you would normally install a contributed Drupal module. Visit
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
for further information.
## Configuration
CONFIGURATION
-------------
-
Configure the user expire settings in
*
Configure the user expire settings in
Administration » Configuration » People » User expire:
`Administration » Configuration » People » User expire`
:
-
Set the frequency time in seconds
- Set the frequency time in seconds
The frequency time is the time set for how often to run warns users with
an
upcoming expiration by roles
The frequency time is the time set for how often to run warns users with
an
upcoming expiration by roles
-
Set the warning offset time in seconds
- Set the warning offset time in seconds
The warning offset is how long before the account expires is the first
warning sent.
The warning offset is how long before the account expires is the first
warning sent.
-
Set seconds of inactivity before expiring for each role within your system
- Set seconds of inactivity before expiring for each role within your system
Each role can be set to a different expiration time with 0 set for roles
that will not be expired.
Each role can be set to a different expiration time with 0 set for roles
that will not be expired.
FAQ
---
## FAQ
If you need to unblock a user from the command line, you can use Drush or a SQL
query. Visit https://www.drupal.org/node/947312 for further information.
query. Visit
[
Securing user #1
](
https://www.drupal.org/node/947312
)
for further
information.
MAINTAINERS
-----------
## Maintainers
Current maintainers:
*
Erik Webb (erikwebb) - https://www.drupal.org/u/erikwebb
*
Greg Knaddison (greggles) - https://www.drupal.org/u/greggles
*
Shelane French (shelane) - https://www.drupal.org/u/shelane
-
Erik Webb -
[
erikwebb
](
https://www.drupal.org/u/erikwebb
)
-
Greg Knaddison -
[
greggles
](
https://www.drupal.org/u/greggles
)
-
Shelane French -
[
shelane
](
https://www.drupal.org/u/shelane
)
Loading