Forgot Password
-
Does anyone have a suggestion to recover a forgotten password?
-
Edit the file
config/app.php
(in your IdeaSpaceVR installation directory) and at the bottom of the file you will find a config parameter:'disable_forgot_password' => true
. Set this totrue
and save the file. Now navigation to your IdeaSpaceVR login page, eg.yourdomain.com/login
and you will find a reset password link there. Once you rest your password, make sure to disable the reset password link in the config file again.
-
You are my hero. Thanks!