現在、私のメールはすべてのメール ドメインを受け入れます。@gmail.com などの公開リストではなく、リスト (solent.ac.uk、herts.ac.uk) から許可されるものを定義したいと思います。今のところ、これは一時的なものです。
<form method="post" action="<?php url_for('register'); ?>">
<!--Email-->
<p class="email field">
<input tabindex="1" id="email" type="text" name="email" value="<?php if(isset($_POST['email'])) echo $_POST['email']; ?>" placeholder="email@example.com" autofocus />
<a href="<?php url_for('login'); ?>" tabindex="2" class="action button register" title="Click to log-in with your existing account.">Login</a>
</p>
ありがとう。