Page 1 of 1

forgot password in CE

Posted: Mon Jun 27, 2016 10:10 am
by juhavuorinen
I try to use 'forgot password' function in login-page, but no url-link for resetting the password is sent to my email-address. I created a test user with email-address of my own.

How can I active password resetting in CE?

Re: forgot password in CE

Posted: Mon Jun 27, 2016 10:15 am
by car031
execute this statement against your database:

Code: Select all

update ld_user set ld_password='d033e22ae348aeb566fc214aec3585c4da997' where ld_username='admin';
now the password of admin is adminso you can enter again.

Re: forgot password in CE

Posted: Mon Jun 27, 2016 10:30 am
by juhavuorinen
Thanks, but I'm actually looking for a solution of how any user can reset his/her password on LogicalDOC login page. I guess this should be possible just by clicking 'Forgot password?' ?



















i

Re: forgot password in CE

Posted: Mon Jun 27, 2016 10:35 am
by car031
yes right

Re: forgot password in CE

Posted: Mon Jun 27, 2016 10:39 am
by juhavuorinen
But I got nothing into email box

Re: forgot password in CE

Posted: Mon Jun 27, 2016 10:55 am
by car031
parhaps this is bacause the system is not properly configured to connect to your SMTP. Please do as suggested, enter as admin, and check all the settings.

Re: forgot password in CE

Posted: Mon Jun 27, 2016 2:00 pm
by juhavuorinen
The password reset email was redirected into my spam folder and thus I couldn't find it. So it worked fine in the end.