tiredofit / docker-osticket

Dockerized help desk application
MIT License
71 stars 56 forks source link

System offline / scp login failed #28

Closed blavikenNET closed 1 year ago

blavikenNET commented 1 year ago

The System is offline / SCP login fails if the environment variable "ADMIN_USER" is equal to or shorter than 5 characters (example: admin)

Please add a note to the variables in readme.md

tiredofit commented 1 year ago

3.5.3 will solve this not only in README but with a character check on container startup..

blavikenNET commented 1 year ago

That was fast… thank you!