Does anyone know if when importing users via the CSV option, can Docebo auto-generate passwords during that process? Or is this option only available when resetting individual passwords?
Great question! I wonder if anyone has come across an answer to this. And I haven’t been able to find if you can assign a generic password during the CSV import/update option to new users? (i.e. during import assign say a standard password to all users as a baseline until we finalize our SSO)
we use an excel formula to generate the passwords when producing the CSV file:
in the field where the password is to be set:
=(CHAR(RANDBETWEEN(97,107))&CHAR(CHOOSE(RANDBETWEEN(1,3),RANDBETWEEN(65,72),RANDBETWEEN(74,78),RANDBETWEEN(80,90))))&RANDBETWEEN(2,9)&RANDBETWEEN(2,9)&CHAR(RANDBETWEEN(80,90))&RANDBETWEEN(2,9)&RANDBETWEEN(2,9)&CHAR(CHOOSE(RANDBETWEEN(1,3),RANDBETWEEN(65,72),RANDBETWEEN(74,78),RANDBETWEEN(80,90)))
Hope this helps :)
Gary
There are also many password generating tools available, some free some not, you can use.
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.