Error when pressing "Send Activitation Email" when `must approve users` setting is enabled

Getting the following error when clicking Send Activation Email to a new user

3 Likes

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

3 Likes

Okay, I can repro this issue with must approve users site setting enabled. Working on a fix now.

2 Likes

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.

5 Likes