• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Forwarded to devs Panel.ini setting doesn't work

Hex

Regular Pleskian
Plesk Certified Professional
TITLE:
Panel.ini setting doesn't work
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Obsidian 18.18
CentOS7-CL7
PROBLEM DESCRIPTION:
A custom redirect URL for the setting (gitub.redirectUrl) fallback to Confirm Sending Data instead of custom URL
so the github.redirectUrl is useless. :)

and google.redirectUrl the same​
STEPS TO REPRODUCE:
1-Download the github-sign-in.html and set a custom warining message.
2-Upload the file to a location e.i httpdocs
3-Go to panel.ini editor
4-Set custom URL
Code:
[ext-social-login]
github.redirectUrl = https://<domain>.<tld>/redirect/github-sign-in.html
5-login via github or edit profile to integrate.​
ACTUAL RESULT:
Falls back to the default URL​
EXPECTED RESULT:
Redirect to the custom URL​
ANY ADDITIONAL INFORMATION:
Also google shows 404 despite the correct app info in Google devs, I'm not sure until now if the issue is with my developers.google.com/console app or not, and there are no tutorial in Plesk docs explains how to create an App in Google with proper configurations.
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Confirm bug
 
Hi @Hextrator,
The ext-social-login options like redirectUrl, appId and appSecret are not intended to be used by Plesk administrators.
We did not declare support of custom login pages for Social login extension.

The reason why you found this is Panel.ini Editor extension is shown all available option even if they for internal usage only and do not supposed to be changed by customers. It also explains why we do not provide any guidelines.

Theoretically, you can use this functionality, but for this, you need to register your own application on the Github site, and properly set appId, appSecret and redirectUrl options.

And even in this case, we do not guarantee it will work:) So, it's not a bug, but current feature design.

Why do you want to change the default message? Do you have complains from end-customers regarding default wording?
 
It also explains why we do not provide any guidelines.
Yes, at least a note says : Not all settings are effective and it's a feature design or something.

Why do you want to change the default message? Do you have complains from end-customers regarding default wording?
Yes, Some customers have concerns about their data transferred somewhere else.

Anyway, Thank you for the clarification.
 
Back
Top