A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
648 B

<div class="post">
<p>
<?php echo _t('user.email.validation.need_to', FreshRSS_Context::$system_conf->title); ?>
</p>
<p>
<?php echo _t('user.email.validation.email_sent_to', FreshRSS_Context::$user_conf->mail_login); ?>
</p>
<form action="<?php echo _url('user', 'sendValidationEmail'); ?>" method="post">
<input type="hidden" name="_csrf" value="<?php echo FreshRSS_Auth::csrfToken(); ?>" />
<button type="submit" class="btn">
<?php echo _t('user.email.validation.resend_email'); ?>
</button>
</form>
<p>
<small>
<?php echo _t('user.email.validation.change_email', _url('user', 'profile')); ?>
</small>
</p>
</div>