. */ /* User interface display or not ciphered passwords. Set to false avoid database leakage by user interface (but not by raw HTTP request). */ $VIEW_CIPHERED_PASSWORDS=true; /* Allows user creation */ $ADMIN_MODE=true; /* Number of iterations for PKDBF2 algorithm. Minimum recommended level is 1000, but you can increase this value to have a better security (need more computation power). !! Warning !! This impact master keys. So if you change this value with existings masterkeys, they will unusable ! */ $PKDBF2_LEVEL=1000; ?>