Encodes the passed string into a hashed string via the passwordHash object. This is useful for generating replacement passwords that can be inserted into the database (if you use passwordHash).
$oApp = new cliApplication('example', 'A simple example.');
$oRequest = cliRequest::getInstance()->setApplication($oApp);
$oApp->getCommandChain()
->addCommand(new cliCommandPassword($oRequest))
$oApp->execute($oRequest);
public __construct($inRequest)
Creates a new command
public execute()
Executes the command
Posted by: Scorpio Documentor (Writer), in Cli on 19 Nov 2009 @ 20:30
Tags: cli, clicommand, clicommandpassword,
This
work is licenced under a
Creative Commons Licence.