We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d329c commit 02bb89bCopy full SHA for 02bb89b
core/Controllers/OrganizersController.cs
@@ -22,7 +22,8 @@ namespace api.core.controllers;
22
///
23
/// Under the hood, this controller uses the IUserService to manage the data. It also uses the IAuthService to
24
/// create a new user in the Supabase database. Finally, it uses the IEmailService to send an email to the newly
25
-/// created organizer with a temporary password.
+/// created organizer with a temporary password. All the EMAIL_ env must be configured in the environment variables.
26
+/// for this to work.
27
/// </summary>
28
/// <param name="userService">Used to fetch and manage the organizers</param>
29
/// <param name="authService">Used to create a new user in the Supabase database</param>
0 commit comments