Set Default Password

Hi everyone,
I would like to know, if it is possible, where set an equal password for all employees created in the MANAGER.
It must not be a random password but always the same.
Thank you all in advance

Parents
  • You can use Import tool to achieve this.

    Import from database to database table Person. Select only UID_Person column. Add new field mapped to DialogUserPassword with fixed value (password which you would like to set). Select to update entries.

    1. Open “Data Import” tool and click next until “Select data source” step
    2. Choose “Import from database” and click next
    3. Select “SqlClient Data Provider” in “Connection type
      1. Fill connection details
      2. Check connection
      3. Click next
    4. Select “person” Table
    5. Put “UID_Person” in column field and click next
    6. Select “Person” as Target table
    7. Map UID_Person column to UID_Person attribute and mark as key column
    8. Add new column
    9. Add mapping of the new column to DialogUserPassword and set fixed value to your password
    10. Click Next until “Handling options for data sets”
    11. Select “Update existing data sets” ONLY
    12. Click Next until “Saving the import definition
    13. Unselect “Save import definition file” and click next
    14. Passwords should be changed for all users
  • Do you mean the DataImporter tool? I don't quite understand how to do it. I have the same problem as graziano santucci.
    Thank you

Reply Children
No Data