Please Log in or Create an account to join the conversation.
Is there any specific reason you need this? Joomla already handles password matching on login, etc.. It seams redundant to have to double check this. Also no there is no way to do this with a Conditional in an action. You need to call CB user object or Joomla API to validate a password. it is impossible to do a direct comparison due to encryption (very good thing). If you have a CB user object then the below for example will validate a password (returning true or false).I am trying to create a trigger which will verify that the user has entered the correct current password for their account before updating a new password. To do this I have created a cb user field titled ‘cb_currentpass’ and my plan is to trigger it to verify the value matches the joomla user password.
Edit the user, add the plaintext password to their password field, then save the user. That's the absolute most easy way to do it.So my first question is can you explain how I can take the plaintext value and get the new style password?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.