modxcms / docs

7 stars 9 forks source link

[Edit Suggestion] Login.Register #254

Open jeanclaudereiss opened 5 years ago

jeanclaudereiss commented 5 years ago

Page Title

Login.Register

URL

https://docs.modx.com/extras/revo/login/login.register

Issue or Suggestion

Documentaton of Default Properties.

If you use moderated users registation, by default the activation email is sent to the email address defined as "$modx->getOption('emailsender')".

You might however want to send the registration email to another email address. This possibility exists by setting the "&activationEmail" property when calling the Login.Register snippet. However this parameter is not documented on the "Login.Register" documentation page.

I suggest adding the following to the table of Default Properties (suggested to add before "activationEmailSubject"): activationEmail | The address to which the activation email is sent if the user is set as moderated | modx->getOption('emailsender')

You also might want to reference this parameter in the examples presented in the section "Sending an Activation Email" on the Login.Register documentation page.