Show / Hide Table of Contents
Edit on GitHub

Lacuna PSC command: hash-root-pass

Name

hash-root-pass - Computes a salted hash for a given root password

Syntax

dotnet Lacuna.Psc.Site.dll -- hash-root-pass

Or, on Docker:

docker run -i lacunasoftware/psc:1.2 -- hash-root-pass

Description

The hash-root-pass command is meant to be used with root authentication mode. Use it to compute a salted hash of the desired root password, and then set the hash on the General__RootPasswordHash setting.

The password is read from the stdin.

See also

  • Lacuna PSC command-line tool
Back to top Copyright © 2015-2020 Lacuna Software