make digest default authentication in defaults/web.xml

pull/114/head
reger 8 years ago
parent 56d0a87a83
commit f7fce1baad

@ -122,7 +122,7 @@
changing the peer name will invalidate all passwords changing the peer name will invalidate all passwords
!!! Attention !!! prior to change this to DIGEST you have to reenter your password !!! Attention !!! prior to change this to DIGEST you have to reenter your password
to calculate a correct password hash --> to calculate a correct password hash -->
<auth-method>BASIC</auth-method> <auth-method>DIGEST</auth-method>
</login-config> </login-config>
<!-- Roles --> <!-- Roles -->

Loading…
Cancel
Save