12-28-2016, 07:06 PM
Thanks Mudmin for your reply.
I changed the custom_login_script to after login the user should be pointed to the application and nothing else. (the only thing the user must be able to change is the email address and the password. so account.php is not necessary)
the web app that uses userspice is installed to it's own folder. www.example.com/userspice/
I removed all htaccess files so it wouldn't get in the way, but it didn't change a thing.
not related to my question but could you give the forum user some more time to edit the post? I had to make 3 post, which could easily be edited to one..
I changed the custom_login_script to
Code:
Redirect::to('../');
the web app that uses userspice is installed to it's own folder. www.example.com/userspice/
I removed all htaccess files so it wouldn't get in the way, but it didn't change a thing.
not related to my question but could you give the forum user some more time to edit the post? I had to make 3 post, which could easily be edited to one..