An open API service indexing awesome lists of open source software.

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.

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)