
Michael Turner
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Michael Turner-
Michael Turner created a post,
Unknown App Requested for this version (0) of the api: spamd
I have an established, functional script that stopped working this week. It creates a connection to each of my cpanel servers and fetches poll results of spamd via a PHP API call: $cp = ControlPan...
-
Michael Turner created a post,
Send logged in user via SSO to a specific page?
Is there functionality available in the cPanel API that would allow a user to be logged in via SSO and then forwarded to a specific page? IE: I want to take a web visitor on our site, allow them ...
-
Michael Turner commented,
Rish wrote me, letting me know this is resolved in v68.0.7, pushed today. It is related to CPANEL-16466 bug report. Thanks!
-
Michael Turner created a post,
v68 API call to create_user_session delivers to Password & Security/Change Password page
On my v66 machines, the API call in question (created with create_user_session) delivers users to their hosting accounts. But the same call on v68 is delivering users to an invalid version of Pass...
-
Michael Turner commented,
No, that approach does not work. (IE manually creating a URL behind the session_id does not work.) What does work is to include the specific email for user -> "user=001@example.com" as a parameter...
-
Michael Turner commented,
Yes, @Sebastian Ng I was given a solution by William Little at cpanel integrations. Here is his email: --------------------------------------------------------------------------------------------...
-
Michael Turner commented,
I am going to post some code and attempt to be clear regarding what I am attempting to accomplish. I want a link from my own web interface directly into a users webmail, accessing the users indivi...
-
Michael Turner commented,
From within the hosting account, I go to email account... & get this part: 47315 Then click on 'more' and get this dropdown: 47319 The Access Webmail link is where I want to take my users dir...
-
Michael Turner commented,
The URL I am currently using to login users is: https://example.dnc.io:2096/cpsess0892882848/login/?session=username%3arUOiFCt6vTcb5BBv%3acreate_user_session%2cd0dff965711404b736e94dbaf475ba1d It ...
-
Michael Turner commented,
If you access the hosting account and navigate to the email, you can get a list of all the email addresses. Each email listed has a webmail link: Access Webmail Currently, I am only able to direct...