Pages enfant
  • Documentation esup-activ v1 (archive)

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

  • Adapt build.properties
  • Adapt properties/configesup-activ.properties for exception handling configuration, SMTP configuration, LDAP configuration
    Remarque

    esup-activaccount doesn't use any database.

...


You can configure your application. For this: adapt file properties/esup-activ.properties directory and use ant deploy to deploy again your application.

You must also modify method : org.esupportail.activ.domain.beans.Account.generateInitialPassword().

...

Here you must implement your algorithm of generation of initial password. It must be the same that the one implemented in the script
used to create nightly LDAP user accounts from human ressources database.

 After ending configuration and conding of your password generation algorithm, use ant deploy to deploy again your application.