Replies: 1 comment 2 replies
-
That's a very old example that no longer works with the current version. It's still possible though using the JMAP API but you also need to consider two factor auth. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
First of all I am not a programmer. As I was checking a number of softwares on Softaculous in my cPanel hosting account, I stumbled upon Group-Office under ERP category. I decided to install in my website and tested all features of the software. It looked great and I loved Group Office. I was trying to find a way where I can send login credentials from a form created by myself on my site to directly login to Group Office dashboard and when I logout it should return me to my homepage. I tried out an example given on https://www.group-office.com/wiki/API_calls but it doesn't login to Group Office Dashboard. Instead it takes me to Group Office index.php which is Group Office's login page. How can I get it past this page directly into logged in user dashboard??
Thank you.
/THIS CODE/
login($user, $pass); header('Location: /url/to/groupoffice');Beta Was this translation helpful? Give feedback.
All reactions