=== modified file 'src/docbkx/en/dhis2_implementation_guide_installation.xml' --- src/docbkx/en/dhis2_implementation_guide_installation.xml 2014-07-25 14:33:38 +0000 +++ src/docbkx/en/dhis2_implementation_guide_installation.xml 2014-07-25 18:17:40 +0000 @@ -157,13 +157,14 @@ hibernate.connection.username = dhis hibernate.connection.password = xxxx hibernate.hbm2ddl.auto = update -encryption.password = xxxxxxxx +encryption.password = xxxx The encryption.password property is the password used when encrypting and decrypting data in the database. It applies for version 2.16 and later. Note that the password must not be changed once it has been set and data has been encrypted as the data can then no longer be decrypted. If the database is copied to another server the - encryption password must be identical. A system-provided password will be used if not set in - the configuration file, this can however not be considered secure. + encryption password must be identical. Remember to set a strong password of at least 8 + characters. A system-provided password will be used if not set in the configuration file, + this can however not be considered secure. A common mistake is to have a white-space after the last property value so make sure there is no white-space at the end of any line. Also remember that this file contains the clear text password for your dhis2 database so needs to be protected from unauthorized