Welcome to mirror list, hosted at ThFree Co, Russian Federation.

approval-required.php « templates - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd20b3c36e5dff040d3899f063e23084e80013b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/** @var array $_ */
/** @var \OCP\IL10N $l */
style('registration', 'style');
?>
<div class="error">
	<h2><?php p($l->t('Approval required')) ?></h2>
	<ul>
		<li>
			<p><?php p($l->t('Your account has been successfully created, but it still needs approval from an administrator.')) ?></p>
		</li>
	</ul>
</div>