Advanced Strapi Configuration
You need in addition configure following settings for platform to operate correctly:
- Login into Strapi admin panel
- Go to
Settings
->Advanced settings
- Default role should be
Authenticated
- One account per email address should be
True
- Enable sign-ups should be
True
- Reset password page should be
{DOMAIN}/new-password
- Enable email confirmation should be
True
- Redirect url should be
{DOMAIN}/verify

For example, production values for Crowdex:
- Reset password page: https://app.crowdex.pro/new-password (opens in a new tab)
- Redirection url: https://app.crowdex.pro/verify (opens in a new tab)