hi all am new to joomla. I need to create new user in joomla site. for this process am using following php code..
mysql_query("insert into jos_users(.......,"password",....));
after executing this query using articles its create one new user at jos_users table. after new user creation am trying to login. but it shows password wrong.
that's my problem. so i need to find out which type of algorithm used in joomla. can i create new user using above query..? if possible please tell me.
thanks in advance,
regards,
THIRUPATHY.M
mysql_query("insert into jos_users(.......,"password",....));
after executing this query using articles its create one new user at jos_users table. after new user creation am trying to login. but it shows password wrong.
that's my problem. so i need to find out which type of algorithm used in joomla. can i create new user using above query..? if possible please tell me.
thanks in advance,
regards,
THIRUPATHY.M