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
- Host: GitHub
- URL: https://github.com/ltb-project/service-desk
- Owner: ltb-project
- License: gpl-3.0
- Created: 2020-03-26T17:58:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T17:00:04.000Z (about 1 year ago)
- Last Synced: 2025-04-04T17:32:40.816Z (about 1 year ago)
- Topics: ldap, openldap, password, password-policy, web-interface
- Language: PHP
- Homepage: https://service-desk.readthedocs.io/
- Size: 9.02 MB
- Stars: 61
- Watchers: 7
- Forks: 22
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Service Desk
[](https://github.com/ltb-project/service-desk/actions/workflows/ci.yml)
[](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).

: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
```