https://github.com/mahmoudsayed96/confirm-logout
Show a confirmation form/dialog when the user clicks the logout link.
https://github.com/mahmoudsayed96/confirm-logout
drupal-module drupla php
Last synced: 11 months ago
JSON representation
Show a confirmation form/dialog when the user clicks the logout link.
- Host: GitHub
- URL: https://github.com/mahmoudsayed96/confirm-logout
- Owner: MahmoudSayed96
- Created: 2024-07-30T11:47:39.000Z (almost 2 years ago)
- Default Branch: 1.0.x
- Last Pushed: 2024-07-30T11:52:26.000Z (almost 2 years ago)
- Last Synced: 2025-06-17T05:02:52.368Z (about 1 year ago)
- Topics: drupal-module, drupla, php
- Language: PHP
- Homepage: https://www.drupal.org/project/confirm_logout
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Confirm Logout
Show a confirmation form/dialog when the user clicks the logout link.
For a full description of the module, visit the
[project page](https://www.drupal.org/project/confirm_logout).
Submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/confirm_logout).
## Requirements
- [Token module](https://www.drupal.org/project/token)
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
```bash
composer require drupal/confirm_logout
```
## Configuration
Configure the module by navigating to *`Administration > Configuration > People > Confirm Logout`*.
### Translations
Translate the settings
by navigating to *`Administration > Configuration > Region and language > Configuration translation`*.
You can translate the module to your language by navigating to
`/admin/config/regional/config-translation` Confirm Logout configuration
## Maintainers
- [Mahmoud Sayed (MahmoudSayed96)](https://www.drupal.org/u/mahmoudsayed96)