Is it possible to change a group of user password into single one?
For example my group contains user1,user2 and i want to change password of both as 112324.
How it is possible in moodle ?
I want to change the password of all the uploaded users not fresh creation of user
Ran into same thing a few years ago ... all things possible via csv (supposedly) if and only if auth is manual.
Forgot exactly what entity attempting to do but involved have all users auth via a corp server via an Oauth2. Entity had kinda a mess when it came users but decided for sure they no longer wanted to manage them via Moodle.
As long as user ID numbers ... that's the raw ID column in mdl_user table ... weren't changed, one could, get there but had to use a query on DB to change all auth to manual ... then csv changes could be made ... one more run via csv with a query for selected id numbers converting manual to oauth2 and blanking password as that was now retained only in their oauth2 server.
Something like that ... entity decided too much trouble .. couldn't get a accurate user list from whatever they had on their backends ... decided to leave about 1/2 users as they were .. and work on only new users. Entity has since opted to move to Totora for 'better reporting' ... so have not a clue as to how they faired with migration to Totora (very hush/hush corp secret for some reason) ... think they did each course backup and imported backups - took 'em 3 months.
'SoS', Ken
Thank you it is changing
I made the setting like below
Yes we can update password through CSV file.I have uploaded the CSV file and change the settings like below.It is working.