Team,
As you remember, we changed the combination with $closeRegister=1 and made possible:
$closeRegister=1 $genEmailDisable=0 $emailusers=0
The sense of that was new users to register with pass sent by e-mail, but the e-mail notification for the new answers to remain turned off (together with the checkbox under the textarea) if it's not needed. OK. This works but:
1. I could not find anywhere in the manual an explanation about this new option. 2. The message that appears after the succesfull registration is not "Check your e-mail for the password etc." but "You registered successfully. Go to the beginning and enter." With that message the user will never learn how to enter because nobody tells him.
I think that this two details must be corrected. For point 2 you can simply replace the message with the one that appears (it's ready in the language file) when user asks for a forgotten password: "Your pass has been sent. Please follow the instructions."
In this case I have also:
$emailadmposts=0
and I did not received e-mail messages for the test registrations. Why? I have $emailadmin=0 Is this the reason and how it must be?
Added later
Yes, I saw, for receiving a notification only for the new registration, it must be:
$emailadmposts=0 $emailadmin=1
But the message I said above must be changed... |