/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
cakedc
/
users
/
templates
/
email
/
html
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/templates/email/html
mkdir
upload
Name
Size
Mode
Actions
reset_password.php
1024
0644
edit
dl
rm
social_account_validation.php
1213
0644
edit
dl
rm
validation.php
1026
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/templates/email/html/validation.php
(1026B)
<?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' => 'validateEmail', isset($token) ? $token : '' ]; ?> <p> <?= __d('cake_d_c/users', "Hi {0}", isset($first_name) ? $first_name : '') ?>, </p> <p> <strong><?= $this->Html->link(__d('cake_d_c/users', 'Activate your account here'), $activationUrl) ?></strong> </p> <p> <?= __d( 'cake_d_c/users', "If the link is not correctly displayed, please copy the following address in your web browser {0}", $this->Url->build($activationUrl) ) ?> </p> <p> <?= __d('cake_d_c/users', 'Thank you') ?>, </p>
Save
cmd:
run