<?php

/* @var $this yii\web\View */
/* @var $user common\models\User */
$activationLink = Yii::$app->urlManager->createAbsoluteUrl ( [ 
		'site/login',
] );
?>
Dear <?php $user->username?>,

Your request to sign up to GGBN has been accepted. 
You can now sign in with your username and password.

<?php $activationLink?>