User Manager/4/User Signup
From MikroTik Wiki
Usually user accounts are created by customers. But users can also sign-up by filling in the sign-up form. This feature is available since version 4.5 (2.9.31 in old version of User Manager).
Setup
User sign-up can be enabled per customer. I.e., some customers can allow it while others don't.
Sign-up is disabled by default. To enable it several requirements must be met:
- Configuration in customer section of the customer web-page:
- Customer must have public ID
- Customer must have at least one profile - can be with price or without it (free profile)
- If users access sign-up page from a local address which is not accessible from outside (global Internet) and use payment to buy profile which is not free customer must have public host address configured. This address is needed by PayPal and Authorize.Net, payment response will be sent to it
- The customer must enable sign-up by checking the "Signup allowed" box in Signup setting tab
- The subscriber must either have at least one payment method enabled and configured or have free profile which does not require payment
- The customer should have email address specified. Email will be send to users who sign up (if the user specifies his/her email address) using this as from-address
- SMTP-server should be specified. It can be done via console, under
/tool email, command"set server=xxx.xxx.xxx.xxx". This SMTP server will be used to send email reminding user's account data. Users can however log on to the HotSpot after a successful payment without receiving this email - Signup email subject and body can be personalized. There are defaults defined, but one can customize them. However there are constant strings (will be replaced by actual values) that must be present within the message body. See sign-up email body field definition
Sign up steps
TODO