Reset forgotten user password without email setup #3127
-
|
Hi, I'm starting with a docker-compose installation of leantime for a small group. I didn't set up an email server at the moment and trying to run it without email notifications. It is possible to get a user invite link from the web when adding new user. But it seems impossible for an admin to reset password for other users or to generate the password reset link which would have been sent to the user if email worked. Is there a way to restore/reset a user password without a working email server (extract the required info from logs, form the correct link structure manually, etc)? Alternatively, can a docker installation send emails without setting up an email-server? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Yes, after you create the user in the UI and opening them again you will see an invite link right next to the status dropdown. You can send users that link to complete the registration. |
Beta Was this translation helpful? Give feedback.
Oh sorry I misunderstood the question.
So I just took a look and it's a few extra steps but should work. The unique ID for password reset and invitations are stored in the same field. Invitations are just complicated password resets.
Knowing that you can:
This should allow them to reset their password.