My Magento development website is password protected through .htaccess and .htpasswd. I have share via email feature in my website. On click of product share an email is sent with image of product.
Email is sent no issues in this but issue is images are not shown in the email. If i remove password protect rule from .htaccess file and share the product, image is seen properly in the email with out an issue.
I want to display image in the email when my site having password protect rule in the .htaccess
Related
I have managed to get the modern Home Realm Discovery (HRD) policy working with our directory and several federated IdPs. However, there is a loophole that I would like to be able to close. If a non-federated domain email is used, the user is then forwarded on to Local Account login with username (i.e., email) and password, but the email value can still be changed, including to one using a federated domain. Also, the Forgot Password dialog does not seem to pre-populate the email address so it can, again, be changed to any email address. Finally, even after verifying the email, there is the "Change Email" option.
I would like to be able to either
Lock in the entered email after HRD "failure" until the user
completes or cancels the login,
Detect any changes to an email address in a known federated customer domain and send them back into the federated flow or...
Detect such changes and just error out.
Any ideas how to make this work? I did a little experimenting with the readOnlyEmail examples I saw but either something complained that it did not exist (like ParseDomain) or it was still rendered as a mutable field rather than read-only.
-GBS
• Yes, you can prevent the email id to change even after verification of email in ‘home realm discovery’ step by hiding the email from change or making it grey after entering it for verification email step. You can do this by adding the CSS entry below to your HRD enabled HTML page by customizing your HTML page template.
‘ <style type="text/css">
.changeClaims
{
visibility: hidden;
}
</style> ‘
To customize your HRD enabled sign in and sign-up HTML page with the above entry, please refer to the documentation link below for detailed information. From the below link, download the default HTML page and modify it with the above entry in appropriate location, then save it in your repository from where you access the HTML files and modify the custom policy accordingly, i.e., with the ‘api.signin or signup’ content definition building blocks and save it.
https://learn.microsoft.com/en-us/azure/active-directory-b2c/customize-ui-with-html?pivots=b2c-custom-policy
By following the steps in the above link, you will be able to customize your HRD enabled sign in and sign-up page with also greying out the change email option. Also, to complete the prerequisites for it and referring the options regarding changing the email option, please refer the below link: -
https://learn.microsoft.com/en-us/azure/active-directory-b2c/add-password-reset-policy?pivots=b2c-custom-policy#hide-the-change-email-button
i am assigning a redirect url in session landing pages feature of docu sign but it's not redirecting to this url after completion of signing process.
I think this is because of not activated session landing pages feature for my demo account, please help me to redirect to custom url after signing the document.
In-Session landing pages are needed for embedded signers only, but when you are using remote signers (i.e starting signing ceremony from the email) then you need to configure Destination URLs in the branding. Branding - Destination URLs will give you details how to configure destination URLs at branding level for remote signers.
When I try to go through the specific mail page link without sign in, gmail redirects me to the sign-in page.
But after I sign in it always redirects me to the inbox page (as below image), and not to that specific mail page.
How can I go to the specific page link after sign in?
Does gmail have such feature?
Yes, it's because You have chosen the Inbox as a default option. You can change it from Setting in Inbox. Uncheck "Redirect Gmail to inbox.google.com"
To Open Setting Menu Please check the Below Screenshot.
Please check the attached Screenshot.
I'm new to modx and I've read numerous articles regarding godaddy free email and modx smtp settings. Could someone please provide me with the proper smtp settings to get godaddy email working? I'd like to say I'm using formit.
What I've tried
username - full godaddy email address
password
security authentication - yes
smtp host - relay-hosting.secureserver.net
smtp port - 465
use smtp - yes
I've also tried it with no authentication with port 25
I'd also like to say this site is hosted with one of godaddy's inexpensive hosting packages which comes with the free email account.
When the form is submitted, the page gets redirected to the home page, I see the email data embedded as a url parameter. However it isn't cleared, I'm not sure if there is an issue with the plugin not submitting the form correctly, or I just need to add a proper redirect. Any help would be appreciated.
Resolved, appeared to be a missing ` in the formit settings.
I have taken over support for a Drupal site, and need to change the registration process so that users enter their password when registering, rather than receiving an email with a system generated password. This should be as simple as un-checking the "Require e-mail verification when a visitor creates an account" check box, however, the password field does not appear. Unfortunately, the person who set up the site originally is not available.
I've checked the various modules we have to see if one of them is the cause, I've checked our theme/stylesheet, and confirmed that we did not change the user.module at all. I've tried installing LoginTobaggan.
I do know that Drupal knows that the box is not checked, as it sends out the email for no email verification required.
Any ideas on what could prevent the password field from appearing or other places I could check?
example.com/admin/user/settings
uncheck:
Require e-mail verification when a visitor creates an account