You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
using http://localhost:8080/auth/register to register a new user doesn't seem to work. After the POST, there is no new user in the MemStorer, only the default one.
There is also no activity about a confirmation mail.
Since ab.Mailer = authboss.LogMailer(os.Stdout) is set, I was assuming to see at least something about it in the console.
Is there something to configure first?
Thanks
Kai
The text was updated successfully, but these errors were encountered:
Hey,
using
http://localhost:8080/auth/register
to register a new user doesn't seem to work. After the POST, there is no new user in the MemStorer, only the default one.There is also no activity about a confirmation mail.
Since
ab.Mailer = authboss.LogMailer(os.Stdout)
is set, I was assuming to see at least something about it in the console.Is there something to configure first?
Thanks
Kai
The text was updated successfully, but these errors were encountered: