Solved User approve queue can sometimes not require email confirmation

This topic has been solved
X

Xon

Guest
The XF registration flows from registering to valid/moderated are;
  • register => spam checker says moderate => approval queue => user_state set to valid. No email confirmation.
  • register ("Enable email confirmation" == true) => email confirm ("Enable manual approval" == true) => approval queue.
  • register ("Enable email confirmation" == true) => email confirm ("Enable manual approval" == false) => user_state set to valid
  • register ("Enable email confirmation" == false) =>...

Read more

Continue reading...