Resend activation


Resend activation

/actions/resendactivation

Resends the activation email

Example

<fm:Form action="/action/resendactivation" method="post"> <fm:Form_Email name="email" /> <button type="submit">Resend activation email</button> </fm:Form>

Supported params

Name Required Description
username_or_email Required if on other param is specified String up to 100 chars
username Required if on other param is specified String up to 40 chars
email Required if on other param is specified String up to 40 chars

See also