Skip to Content Skip to Menu

[SOLVED] Conflict: Autoactions Redirect OnAfterUserUpdate - Forgot Password functionalit

  • Cypher666
  • Cypher666
  • OFFLINE
  • Posts: 26
  • Thanks: 4
  • Karma: 0
7 years 1 month ago - 7 years 1 month ago #297581 by Cypher666
Hi @ all :)

I configured an auto action. When a user updates his profile, he will be redirected to a specific article. It works fine!

But since then, if a user requests a new password (password forget) - CB won´t send an email and the user is redirected to the redirect page of the mentioned auto action.

What do i have to do, to prevent the functions from colliding?

Greetings!

Joomla 3.7.5
CB & Plugins all up to date.
Php7.0.20
Attachments:
Last edit: 7 years 1 month ago by krileon. Reason: Added [SOLVED] tag to subject

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
7 years 1 month ago #297582 by krileon
You're using the wrong trigger to perform a redirect after profile edit update. onAfterUserUpdate is fired at the database object level. It is always fired for an API user store when triggers are needed. For what you're wanting to do you should be using onAfterUserProfileSaved, which is fired at the end of frontend user edit save just before it redirects to profile.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: Cypher666

Please Log in or Create an account to join the conversation.

  • Cypher666
  • Cypher666
  • OFFLINE
  • Posts: 26
  • Thanks: 4
  • Karma: 0
7 years 1 month ago #297583 by Cypher666
Understand. Thank you !
The following user(s) said Thank You: krileon

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum