How can I disable add forward button at email login of cpanel? - cpanel

I have a server with cpanel, when someone login to his email acount via webmail he can add a forwarder. How can i disable that button so only me can add button?
Thank you.

first of all you are asking your question at wrong place because its third party application and its issues are handled by cPanel. So always ask to cpanel forum.
Solution:
Now there is no option to hide it but you can do it by CSS and Js.
Current open thread is here:
https://forums.cpanel.net/threads/how-to-disabling-mail-forwarder-on-webmail.100393/

Related

How can delete "/cdn-cgi/l/email-protection" page? (Cloudflare)

'mydomain.com/cdn-cgi/l/email-protection'
Can I somehow delete page “/cdn-cgi/l/email-protection” from my site? I have disabled Email Address Obfuscation setting, but this page is still available.
Log in to cloudflare dashboard.
Click your website.
Click Scrape Shield from main menu.
In 'Email Address Obfuscation', click from On to Off.

How to open an application from email with credentials auto filled

I am sending an email to my users with credentials. Now I want to create a link, which when clicked opens the applications (which is similar to WinRar) and if possible auto-fill the cred or auto-login.
I am basically looking for ideas on how to achieve this.
All ideas are welcome. Thanks for the help.
Assuming you’re programming on Windows, you need to register a protocol handler: https://learn.microsoft.com/en-us/windows/win32/search/-search-3x-wds-ph-install-registration
Your application would register itself as a handler for a protocol, like myapp:// and then you could include links in emails that would launch your application.
Please consider the security issues when doing this with credentials as arguments. They’ll be visible to the end user and there’s nothing stopping another application from registering as the handler for these URLs and intercepting the credentials.

Redirect shopify app url to custom url

I have created an app in shopify and after installing it in the store, I want when I click on the app then it will redirect to other domain like www.abc.com instead of open it in the shopify admin.
I have checked this type of functionality in many apps but don't know how to implement it. Please help me to solve this issue.
Thanks
Firstly, you need to create account as Shopify partners. Once you sign-in in your account, you will see Apps on the left side of the dashboard. You will see Redirection URL in the options available. You can also give name and other details of your app in this session.
most likely your app is an embedded app that is why it is not opening new tab upon clicking from admin app listing. you first understand whether your app required embedding functionality or not.

Google Developer Console's credential side permission

I got an problem after i create and APIs on Google Developer Console and enable the GCM service,
but i want to add an server key at Credential next to APIs on left hand menu.
But it show me You do not have sufficient permissions to view this page.
Below are the image:
Is that any config i need to add?
I did follow what You do not have sufficient permissions to view this page to clear cache and use incognito mode to login, but still not work.
EDIT
Some time i relogin it work back, when i click to another side and click back it show the error again, and my solution is go to Credential than use top right corner account to logout and relogin , let it redirect you back to Credential, than it work. So is there any solution to fixed it permanently without relogin?
Thanks
It because of you have logged in multiple devices. so u have to log out from all devices. to do this go to gmail.com and log in using your email and password. and scroll down . you can see Details link . Click that link.
it will open new window. there u click
Sign out all other web sessions. than clear history. than do login and try . it will open without showing error.
I got the same problem. After following the below steps it got solved. This may help you as well.
Click on Apis under Api & auth
Click on "Google Play Game Services".
Enable the service.
Optional: enable "Google Play Developer API" as well. Most of the time it will enable by default.
I am facing the same issues.
Try using another browser like firefox - sometimes it works.
but after awhile, same error pops up.
Having the same issue as with you regardless what api i enable.. have tried all the suggestion posted earlier. but none of them worked, but when i tried to change my i.p.. using a vpn. and tried to access it.it worked, i can create or view my api now,tested it with other gmail account to confirm and started from scratch. to my surprise i didnt encounter that issue im having for hours.. no idea why my i.p is being rejected when accessing the credentials area..
I've resolve my issue, it's about the ISP you are using. I tried 3 ISP's and 1 of them got a success all the time, I don't have any permission error.

auto login to sharepoint site which uses windows authenticattion

How to login to windows authenticated sharepoint site automatically without prompting for credentials using VB.net. any help would be appreciated.
Thanks in advance.
Info you've given us is not enough to answer corretly; I hope this helps:
If it's a custom solution that is in the sharepoint; sharepoint should do this automatically if the user has the appropriate read permissions given in the "User permissions" of the site and there should be a ie trick like:
Go to Internet Explorer options.
Add the SharePoint site to the Trusted Location.
Go to Custom Level and scroll to last option and change it Automatic logon with current username and password.
You may also do it for Intranet Zone if required.
reference here
Like you can understand, it's a client based decision as well, so there should be no fully-operable way to do this.