$this->Auth->password('password');
The salt Security.salt found in app\config\core.php affects the generated hashed password.
mix apache mysql php and bake a cake
$this->Auth->password('password');
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
if ($_SERVER['SERVER_NAME'] == 'localhost') {
define('CAKE_CORE_INCLUDE_PATH', '..' . DS . '..' . DS . 'cakephp');
} else {
define('CAKE_CORE_INCLUDE_PATH', ROOT);
}
}
a2ensite
a2dissite
/etc/init.d/apache2 reload
php5
php5-common
libapache2-mod-php5
php5-pgsql