Getting the following error when clicking Send Activation Email to a new user
Version v1.9.0.beta2 +107
Can you repro this @techapj?
I cannot repro this on https://try.discourse.org.
@Jose_C_Gomez make sure you are running on latest Discourse version. Also, do you see any relevant error in /logs
?
I upgraded to v1.9.0.beta2 +238 Latest
Still getting the same error
Only thing I see in logs is this but it appears to be related to a plug in
Okay, I can repro this issue with must approve users
site setting enabled. Working on a fix now.
When must approve user
site setting is enabled, resending activation email is not allowed as per:
https://github.com/discourse/discourse/commit/b584264d8280779e211a511486a067acd3fb8be5
I just pushed a fix to hide “Send Activation Email” button if must_approve_users
setting is enabled, to avoid confusion.