Skip to Content Skip to Menu

🕒 Save Time and Effort with CB Editor Assistant: Effortlessly create and refine content in Joomla 3, 4, & 5.
🎁 Limited Offer: Enjoy a 5-day FREE trial and save up to 30% afterward!

PAP integration debugging ?

  • activha
  • activha
  • OFFLINE
  • Posts: 2336
  • Thanks: 117
  • Karma: 13
12 years 1 month ago #216658 by activha
Replied by activha on topic Re: PAP integration debugging ?
Unfortunately this condition does not work neither :-(

when password is changed it's ok, it's correctly written in the field, but then after every profile change the password is rewritten to the field in its hash format

I need to find a way to check that password is not changed but no idea any more

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48709
  • Thanks: 8319
  • Karma: 1447
12 years 1 month ago #216662 by krileon
Replied by krileon on topic Re: PAP integration debugging ?
The old user object is stored to [var3]. So you can try the below.

[var1_password] Not Equal To [var3_password]

Maybe that'll do the trick. This will only work with the after profile update trigger (frontend and backend) though.


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.

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

  • activha
  • activha
  • OFFLINE
  • Posts: 2336
  • Thanks: 117
  • Karma: 13
12 years 1 month ago #216667 by activha
Replied by activha on topic Re: PAP integration debugging ?

krileon wrote: The old user object is stored to [var3]. So you can try the below.

[var1_password] Not Equal To [var3_password]

Maybe that'll do the trick. This will only work with the after profile update trigger (frontend and backend) though.


Wonderful seems to work so far :-) :-)

Will make further tests and report back, thanks thanks a lot

What do you mean by "old user object" ?
Will this change in newer version ?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48709
  • Thanks: 8319
  • Karma: 1447
12 years 1 month ago #216711 by krileon
Replied by krileon on topic Re: PAP integration debugging ?

What do you mean by "old user object" ?

The after profile update triggers provide the user object after the users changes were made and before the changes were made. var1 and var2 are the new user objects and var3 is the old user object. This can be used to compare a field and see if it was changed or just to get the old value if needed for whatever reason.

Will this change in newer version ?

No.


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.

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

Moderators: beatnantkrileon
Powered by Kunena Forum