Inserting registered users directly in mysql
Posted: Tue Jan 08, 2008 11:07 pm
Hello,
I'm the owner of a IRC Network and I'm trying to "integrate" joomla with IRC Services. I use Services to provide user and channels registration with mysql database and I willing to make the following:
Every user that register a nickname on the IRC Network automatically have their nicknames registered as a user in my website. That can be done inserting some information directly on the joomla mysql database.
The problem is that before programming the IRC Services I tried to test to see if I could do that on the mysql and joomla recognize that as a user. Here is the answer:
Some functions on joomla accepted the new information as a user. For example, community builder showed on "Last registered user:" the one I inserted, but on the Users administration and I tried to Login with username and password on the site and it showed as Non-existant user. I also tried to go on "Forgot password" and typed my login and e-mail. It showed me "User information have been sent to your e-mail addess" but no e-mail was received.
Can someone try to help me with that? I want to know in wich tables of the mysql database I have to insert record, so the user can be totally recognized by Joomla.
Thanks,
Bernardo
I'm the owner of a IRC Network and I'm trying to "integrate" joomla with IRC Services. I use Services to provide user and channels registration with mysql database and I willing to make the following:
Every user that register a nickname on the IRC Network automatically have their nicknames registered as a user in my website. That can be done inserting some information directly on the joomla mysql database.
The problem is that before programming the IRC Services I tried to test to see if I could do that on the mysql and joomla recognize that as a user. Here is the answer:
Some functions on joomla accepted the new information as a user. For example, community builder showed on "Last registered user:" the one I inserted, but on the Users administration and I tried to Login with username and password on the site and it showed as Non-existant user. I also tried to go on "Forgot password" and typed my login and e-mail. It showed me "User information have been sent to your e-mail addess" but no e-mail was received.
Can someone try to help me with that? I want to know in wich tables of the mysql database I have to insert record, so the user can be totally recognized by Joomla.
Thanks,
Bernardo