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
  • HI,

    Maybe I wasn't clear in the question

    I followed your information but this procedure set the same password for all existing users in the Manager and it worked for me

    But I would like to define a default password to be assigned to users created in the Manager with an associated "Account Definition"

    In practice the password which will then be used at the first logon and then changed when the user accesses the Active Directory Domain

    Thanks 

Reply
  • HI,

    Maybe I wasn't clear in the question

    I followed your information but this procedure set the same password for all existing users in the Manager and it worked for me

    But I would like to define a default password to be assigned to users created in the Manager with an associated "Account Definition"

    In practice the password which will then be used at the first logon and then changed when the user accesses the Active Directory Domain

    Thanks 

Children