Need help with users creation and authentication #7092
Unanswered
adrianboangiu
asked this question in
Help / Questions
Replies: 1 comment
-
Hey Adrian, Were you able to solve this issue? I am having the same exact problem with emails not being sent when creating a new user, and I can't seem to find a solution to this. Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to implement a wiki using Wiki.js and I have currently two environments where I experience the same problems with the users creation. Here are the descriptions of my environments:
1.
OS: Windows10 and Docker
Wiki.js version: 2.5.301
Database engine: PostgreSQL 15.6
Node.js: 18.19.0
OS: Windows2019
Wiki.js version: 2.5.301
Database engine: PostgreSQL 16.2
Node.js: 20.11.1
I have configured the Mail successfully without Secure and Verify SSL Certificate and I am using Local Authentication strategy. I am using Let’s Encrypt as SSL provider and the HTTP port 3000.
In the documentation it is stipulated:
However, there is no registration email sent when a new user is created. Therefore, the accounts are not verified and still the users can login. According to the documentation this should not happen. Is this a bug or there is something I did wrong?
According to the documentation the Two-Factor Authentication
However, the Two Factor Authentication (2FA) is not working in my environments. When it is activated on any user and that user do login it receives “Incorrect TFA Security Code” error when it verifies the security code generated by Google or Microsoft Authenticator for the QR Code and the 2FA gets inactive on the user.
Again, is this normal or there is something I missed in the installation or setup procedure?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions