/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/templates/Users
NameSizeModeActions
add.php15980644editdlrm
change_password.php9970644editdlrm
edit.php31260644editdlrm
index.php25870644editdlrm
login.php20030644editdlrm
profile.php33110644editdlrm
register.php16870644editdlrm
request_reset_password.php3900644editdlrm
resend_token_validation.php8060644editdlrm
social_email.php7300644editdlrm
u2f_authenticate.php26170644editdlrm
u2f_register.php26310644editdlrm
verify.php10090644editdlrm
view.php44280644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/templates/Users/profile.php (3311B)

Html->image( empty($user->avatar) ? $avatarPlaceholder : $user->avatar, ['width' => '180', 'height' => '180'] ); ?>

Html->tag( 'span', __d('cake_d_c/users', '{0} {1}', $user->first_name, $user->last_name), ['class' => 'full_name'] ) ?>

Html->link(__d('cake_d_c/users', 'Change Password'), ['plugin' => 'CakeDC/Users', 'controller' => 'Users', 'action' => 'changePassword']); ?>

username) ?>

email) ?>

User->socialConnectLinkList($user->social_accounts) ?> social_accounts)): ?>
social_accounts as $socialAccount): $escapedUsername = h($socialAccount->username); $linkText = empty($escapedUsername) ? __d('cake_d_c/users', 'Link to {0}', h($socialAccount->provider)) : h($socialAccount->username) ?>
Html->image( $socialAccount->avatar, ['width' => '90', 'height' => '90'] ) ?> provider) ?> link && $socialAccount->link != '#' ? $this->Html->link( $linkText, $socialAccount->link, ['target' => '_blank'] ) : '-' ?>