AppFuseOnResin |
|
Your trail: |
Difference between
version 3
and
version 2:
At line 204 changed 1 line. |
* Remove password encryption. You can do this in the build process by changing "encrypt.password" to ''false'' in app-settings.xml. You could also do it from the command line using -Dencrypt.password=false. For testing, you will need to change a number of files that have the encrypted password. Search for "536c0b339345616c1b33caf454454d8b8a190d6c" and change it to "tomcat". |
* Remove password encryption by changing the Login Servlet's ''encrypt-password'' init-param (in web.xml) to ''false''. You can do this in the build process by changing "encrypt.password" to ''false'' in app-settings.xml. You could also do it from the command line using -Dencrypt.password=false. For testing, you will need to change a number of files that have the encrypted password. Search for "536c0b339345616c1b33caf454454d8b8a190d6c" and change it to "tomcat". |
Back to AppFuseOnResin,
or to the Page History.
|