add server side check about note to admin

这个提交包含在:
Tobias Diekershoff 2019-10-06 11:57:43 +02:00
父节点 8f60536634
当前提交 cbaa4d13d1
共有 1 个文件被更改,包括 8 次插入0 次删除

查看文件

@ -259,6 +259,14 @@ class Register extends BaseModule
$a->internalRedirect();
}
// Check if the note to the admin is actually filled out
if (empty($_POST['permonlybox'])) {
\notice(L10n::t('You have to leave a request note for the admin.')
. L10n::t('Your registration can not be processed.') . EOL);
$a->internalRedirect('register/');
}
Model\Register::createForApproval($user['uid'], Config::get('system', 'language'), $_POST['permonlybox']);
// invite system