-
-
Notifications
You must be signed in to change notification settings - Fork 59
Config
LCSK is not that secure, but hey, it's only a small chat starting point.
The passwords are saved in the App_Data/lcsk.dat
file and are SHA1 encrypted.
When you first install LCSK you need to set an admin and an agent password in the /lcsk/install.html
page.
You can have multiple agents
Everyone who plays the role of an agent share the same password. Their username will be used when posting messages. For example, if you plan on having two agents, Bob and Mary they would login with the following credentials:
username: Bob or Mary pass: The agent password you've set
You can have John join and he would sign-in with John/Agent password as well.
The admin password
You may also sign-in with the admin password. The admin password is also required to change passwords in the /lcsk/install.html
page after the initial configuration.