mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			325 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			325 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * @var \common\models\Account $account
 | 
						|
 * @var string $key
 | 
						|
 */
 | 
						|
?>
 | 
						|
 | 
						|
<p>
 | 
						|
    This E-mail was specified as new for account <?= $account->username ?>. To confirm this E-mail, pass code
 | 
						|
    below into form on site.
 | 
						|
</p>
 | 
						|
<p>Code: <?= $key ?></p>
 | 
						|
 | 
						|
<br />
 | 
						|
 | 
						|
<p><i>// P.S. yes, this is E-mail is not designed yet :)</i></p>
 |