Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
JonH edited this page Jun 16, 2015 · 3 revisions

Setting the passwords

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.

How does login works

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.

Clone this wiki locally