Create new password hash
Sometimes you need to set a new password and instead of tampering around in the database, you can let Craft help you creating a new one.
Sometimes you need to set a new password and instead of tampering around in the database, you can let Craft help you creating a new one.
{{ craft.app.security.hashPassword('NewPassword') }}