- Posts: 38
- Thank you received: 0
Import Subscribers
- Barry Palmer
- Topic Author
- Offline
- Junior Member
-
Less
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 ???
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
-
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
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.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.