Get Value from Password Field in Backend User Edit (solved) - Joomla! Forum - community, help and support
hey,
im writing kind of bridging plugin, main purpose being synchronizing user data between joomla , cms.
for need check if administrator changed user password in backend, , if so, new password , hash other cms's salt. , that, need unencrypted value.
so far hooked plugin onuserbeforesave , onuseraftersave, password in user objects hashed.
i'd appreciate insight offered
im writing kind of bridging plugin, main purpose being synchronizing user data between joomla , cms.
for need check if administrator changed user password in backend, , if so, new password , hash other cms's salt. , that, need unencrypted value.
so far hooked plugin onuserbeforesave , onuseraftersave, password in user objects hashed.
i'd appreciate insight offered
ugh, serialized user object , found parameter "password_clear", set if password changed.
figures come 1minute after making post :p
figures come 1minute after making post :p
Comments
Post a Comment