This has been requested before https://github.com/NodeBB/NodeBB/issues/6021
So far it's not implemented, so you would need a plugin.
I turned on email confirmation for my users and I'm currently using Mandrill to test this feature.
However, when I receive the confirmation link, it does not include <ip here>:4567
but, only includes the <ip>
. I manually added :4567
into the confirmation link and it confirms my account.
Is there a workaround to this? I am currently only accessing the forum via IP at the moment. Does this change if I were to redirect it to an actual domain?
Thanks!