Register new user #454
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
Hey @cbirkenbeul can you see what error is being reported? You can access the logs by |
Beta Was this translation helpful? Give feedback.
-
A Webpage with Error 500. But one from you, not from the webserver. Logs show that its not able to send mail, i guess
TLS cert is valid, i checked it. Its a lets encrypt cert if this matter. My mailserver config:
|
Beta Was this translation helpful? Give feedback.
-
Hey, For this problem i create the user manually, because i dont like to disable my ssl on my webserver. To just skip it on client side is not possible, because i force them on server side. Thank you very much for you help, much appreciated. |
Beta Was this translation helpful? Give feedback.
-
When I try the above on version 3.3, I get an error:
Are there updated instructions? |
Beta Was this translation helpful? Give feedback.
-
Solved it, just had to read the error code ;/ The set_password method no longer needs to be called separately, instead the password and conform password are passed directly into User.new in auth/user.ex
It looks like you can also add a list of approved sites, but haven't tried. Thanks alot to the Plausible team! |
Beta Was this translation helpful? Give feedback.
Solved it, just had to read the error code ;/
The set_password method no longer needs to be called separately, instead the password and conform password are passed directly into User.new in auth/user.ex
It looks like you can also add a list of approved sites, but haven't tried.
Thanks alot to the Plausible team!