CodeIgniter Forums
How to retro-actively (re)trigger Myth Auth validation e-mail - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34)
+--- Thread: How to retro-actively (re)trigger Myth Auth validation e-mail (/showthread.php?tid=88616)



How to retro-actively (re)trigger Myth Auth validation e-mail - gosocial2 - 10-06-2023

Hello all, 
Does anybody remember how to manually trigger activation e-mail for newly created users in Myth Auth?


RE: How to retro-actively (re)trigger Myth Auth validation e-mail - sammyskills - 10-06-2023

Quote:After the user has registered in our app, we have the option to activate the account immediately or ask for confirmation. This is done via $requireActivation config variable.

See this.