Import Subscribers

  • Barry Palmer
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
4 years 5 months ago #142209 by Barry Palmer
Import Subscribers was created by Barry Palmer
Just tried this very useful feature. Perfect for me to import 100 users from old website.
Will have to auto-generate passwords.
Is there anyway I can set the Joomla User option 'Require Password Reset' for each new user I import ???

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
4 years 5 months ago #142228 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Import Subscribers
Hi Barry

Unfortunately, we do not have a way to handle that in the import script. So you will have to run a SQL command to set requireReset to 1 for the users you want. Something like

UPDATE jos_users SET requireReset = 1 WHERE id > 100

(100 is the largest Joomla User ID before your new users imported)

Hope it will give you some clue

Tuan

Please Log in or Create an account to join the conversation.