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

https://github.com/ltb-project/service-desk

Application for support team who need to check and reset user passwords
https://github.com/ltb-project/service-desk

ldap openldap password password-policy web-interface

Last synced: about 1 year ago
JSON representation

Application for support team who need to check and reset user passwords

Awesome Lists containing this project

README

          

# Service Desk

[![Build Status](https://github.com/ltb-project/service-desk/actions/workflows/ci.yml/badge.svg)](https://github.com/ltb-project/service-desk/actions/workflows/ci.yml)
[![Documentation Status](https://readthedocs.org/projects/service-desk/badge/?version=latest)](https://service-desk.readthedocs.io/en/latest/?badge=latest)

Application for support team who need to check, lock, unlock and reset user passwords.

See [list of features](https://service-desk.readthedocs.io/en/stable/presentation.html#features).

![Screenshot](https://raw.githubusercontent.com/ltb-project/service-desk/master/ltb_sd_screenshot.jpg)

:exclamation: With great power comes great responsibility: this application allows to reset password of any user, you must protect it and allow access only to trusted users.

## Documentation

Documentation is available on https://service-desk.readthedocs.io/en/latest/

## Docker

We provide an [official Docker image](https://hub.docker.com/r/ltbproject/service-desk).

Create a minimal configuration file:
```
vi sd.conf.php
```
```php

```

And run:
```
docker run -p 80:80 \
-v $PWD/sd.conf.php:/var/www/conf/config.inc.local.php \
-it docker.io/ltbproject/service-desk:latest
```