ericjuden
Forum Replies Created
-
Agreed @kastoberlin, I’m not big on changing plugin files either. In the interim until they have it fixed, it’ll have to work. I just figured I’d pass it along in case you had to get it fixed as well.
I was just getting ready to post about this as well. I fixed this on my site by adjusting next-active-directory-integration/classes/Adi/User/Manager.php lines 357-358 to be as follows:
Original:
$this->logger->debug('Setting local password to the one used for this login.'); $this->userRepository->updatePassword($userId, $password);
New:
$this->logger->debug('Setting local password to the one used for this login.'); $this->disableEmailNotification(); $this->userRepository->updatePassword($userId, $password);
- This reply was modified 6 years, 2 months ago by ericjuden. Reason: Adding code tags around new code block
Forum: Plugins
In reply to: [Hatchbuck] Integration with Gravity Forms ClarificationMy plugin may help out with passing along the cookie: https://www.ads-software.com/plugins/gravity-forms-extended-merge-tags/
Forum: Plugins
In reply to: [Style Stripper] Is it possible to remove js?Currently, not possible…but it’s definitely possible to add.
Forum: Plugins
In reply to: [Approval Workflow] Plugin SupportedThanks,
I’ll look into the issue.
Eric
Forum: Plugins
In reply to: [Approval Workflow] No approval option for custom post typeIf an approver (administrator by default) goes in and updates the event in your case, it will set it back to not being in the workflow.
Hope that helps,
Eric
Forum: Plugins
In reply to: [Approval Workflow] It is not working for EditorsGlad I could help.
Forum: Plugins
In reply to: [Approval Workflow] It is not working for EditorsHi wjgoodman,
Editors already have the publishing permissions. If you read the installation notes, you’ll see that step #4 mentions this. I would recommend using the members plugin to create a new, revised editor no (Editors with no publishing rights) to fix.
Eric
Forum: Plugins
In reply to: [Reorder My Sites] Fixed A-Z orderingThank you sir! I wasn’t aware it was a problem. I’ve committed the fix.
Eric
Forum: Plugins
In reply to: [Client Status] [Plugin: Client Status] PHP Warnings destroy XMLKnut,
I have not had any time to commit to this project in a while. I’m sorry for that. I would still like to make another release.
Eric
Forum: Plugins
In reply to: [Approval Workflow] [Plugin: Approval Workflow] No NotificationHi wstevenson,
Did you go into the plugin settings and change the role set to receive the notifications? By default it is Administrator.
Eric
I have not been able to duplicate this in my environment. Can you please list information about your setup?
Eric
Sorry, but I’m not looking to take on a caching plugin. As for donations, I’d be very surprised to receive one…never have received a single donation.
If you really want to get this working, follow my instructions from the support thread: https://www.s2member.com/forums/topic/quick-cache-needing-a-new-hook/
Eric
Forum: Plugins
In reply to: [Hide Inactive Sites] [Plugin: Hide Inactive Sites] Listing inactive sitesCurrently, no. And I don’t really have plans to add that. I typically just glance at the Sites page in the Network Admin section. Maybe that page needs to get an overhaul to filter sites that are archived, deleted, etc.
Eric
Hey 4lvin,
Thanks for the feature request. I’ll see about getting this in there.
Eric