Browse Source

Add explaination an recommendations

develop
Steve 10 years ago
parent
commit
c276164c5b
  1. 3
      application/config/aauth.php

3
application/config/aauth.php

@ -64,6 +64,9 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| ['verification_link'] Link for verification without site_url or base_url
| ['reset_password_link'] Link for reset_password without site_url or base_url
|
| ['hash'] Name of selected hashing algorithm (e.g. "md5", "sha256", "haval160,4", etc..)
| Please, run hash_algos() for know your all supported algorithms
|
*/
$config_aauth = array();

Loading…
Cancel
Save