Hi there,
I'm making a edit profile form, and have a issue to solve.
How to update user password?
I'm making the saving in db by php, not a db save action.
And, until better solution, I'm saving the user avatar with a file upload action (but i want to make it with php too because I don't know how to change the name of file and/or catch/insert the name in the db)
I'm updating 3 tables in my form:
(Joomla)users->email/password
(CB)comprofiler->Self Data (name, location, occupation, avatar...)
(Custom/HybridAuth)->proveider_uid, password(encrypted by custom function),....
The problem here is how to update in user table :/
Please help.
BN
I'm making a edit profile form, and have a issue to solve.
How to update user password?
I'm making the saving in db by php, not a db save action.
And, until better solution, I'm saving the user avatar with a file upload action (but i want to make it with php too because I don't know how to change the name of file and/or catch/insert the name in the db)
I'm updating 3 tables in my form:
(Joomla)users->email/password
(CB)comprofiler->Self Data (name, location, occupation, avatar...)
(Custom/HybridAuth)->proveider_uid, password(encrypted by custom function),....
The problem here is how to update in user table :/
Please help.
BN
Hello BNDragon,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I add a User to a User Group?
How can I ask new users for information and not ask logged in users?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I add a User to a User Group?
How can I ask new users for information and not ask logged in users?
P.S: I'm just an automated service😉
Hi BN,
By far the easiest way is to use the Joomla! User methods in a Custom Code action.
Bob
By far the easiest way is to use the Joomla! User methods in a Custom Code action.
Bob
Hi Bob,
Thanks for your reply,
Can you tell me witch method should I use?
I'm not familiarly with then😟
I really appreciate your help in this case.
BN
Thanks for your reply,
Can you tell me witch method should I use?
I'm not familiarly with then😟
I really appreciate your help in this case.
BN
This topic is locked and no more replies can be posted.