How to insert a bulk of users? - Joomla! Forum - community, help and support
how going!!
i installed new website writer, send emails throught yahoo , hotmail account, now, have beatifull joomla website, problem have is, how install records (emails) had before?
i have around 2,600 records . have sentence each new account this:
insert `jos_users` values (2350,'notaria','56','notaria56@someemail.net', 'cd61c90c87826d4acc790f5f', '',0,1,18, '2006-03-29 13:15:11', '0000-00-00 00:00:00', '', '');
the users seems added because when browse in users list administration screen in joolma looks there n users, doesn´t appear on list, think need command line... one?
any apreciated.
i installed new website writer, send emails throught yahoo , hotmail account, now, have beatifull joomla website, problem have is, how install records (emails) had before?
i have around 2,600 records . have sentence each new account this:
insert `jos_users` values (2350,'notaria','56','notaria56@someemail.net', 'cd61c90c87826d4acc790f5f', '',0,1,18, '2006-03-29 13:15:11', '0000-00-00 00:00:00', '', '');
the users seems added because when browse in users list administration screen in joolma looks there n users, doesn´t appear on list, think need command line... one?
any apreciated.
you didn't activate users.
insert `jos_users` values (2350,'notaria','56','notaria56@someemail.net', 'cd61c90c87826d4acc790f5f', '',0,1,18, '2006-03-29 13:15:11', '0000-00-00 00:00:00', 1, '');
should it.
regards
niels
insert `jos_users` values (2350,'notaria','56','notaria56@someemail.net', 'cd61c90c87826d4acc790f5f', '',0,1,18, '2006-03-29 13:15:11', '0000-00-00 00:00:00', 1, '');
should it.
regards
niels
Comments
Post a Comment