Add option to let guests register themselves

This commit is contained in:
Daniel Winzen
2016-04-12 20:12:34 +02:00
parent 333983a2c3
commit 0092abe964
4 changed files with 64 additions and 21 deletions

View File

@ -323,6 +323,10 @@ $I=array(
'sendmail' => 'Send mail on new public message',
'mailsender' => 'Send mail using this address',
'mailreceiver' => 'Send mail to this address',
'modfallback' => 'Fallback to waiting room, if no moderator is present to approve guests'
'modfallback' => 'Fallback to waiting room, if no moderator is present to approve guests',
'regpass' => 'Repeat password<br>to register<br>(optional)',
'guestreg' => 'Let guests register themselves',
'asmember' => 'As member',
'assuguest' => 'As applicant'
);
?>