Skip to content

Conversation

@Razzo1987
Copy link

If the $admin_email is set (if you want a moderator to verify users and not the users themselves) there is a little bug:
Each new user have $admin_email so:

  • Each user have the same mail
  • You can't have more then 1 user (mail check for duplicate entry fails)
  • The user email is wrong

After this patch:
Each user have their own mail, but the verification email is sent to $admin_email (if it set, otherwise is sent to User mail).

if (isset($admin_email)):
Before the patch: Every user have the same mail because it use the $admin_email to create it. Also you can't have more then 1 user (mail check for duplicate entry fails).
After: Each user have their mail, but the verification email is sent to $admin_email it it set, otherwise is sent to User mail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant