Commit Graph

10 Commits

Author SHA1 Message Date
Ludovic Poujol d746aa445e Change in the login mechanism
Now use passwords hashed & salted. Validate with PHP's password_verify() function

Password hashes can be generated with :
* mkpasswd --method=sha-512
* PHP's password_hash()
2022-07-05 11:25:37 +02:00
Ludovic Poujol 143af65357 Hotfix for web interface to behave correctly 2022-07-04 14:34:41 +02:00
Gregory Colpart 1a2c47986c Put auth hashs in conf file 2017-09-01 03:35:16 +02:00
Romain Dessort 5a5063e4cb Add comment for php_versions 2017-08-25 17:22:53 -04:00
Romain Dessort d27490a49f Add dbadmin option in configuration 2017-08-24 13:06:53 -04:00
Romain Dessort 483482ab59 Add new features:
- Unix quota management
  - Apache ServerAlias management
  - support for multiple versions of PHP
  - MySQL databases management (new page dbadmin)
2017-08-22 12:50:42 -04:00
Gregory Colpart c5b6db810f introduce bindadmin var to know if we need deal with DNS stuff 2017-08-20 04:41:44 +02:00
Gregory Colpart d16fe6fd70 set ftpadmin to FALSE by default. and fix typo. 2017-08-20 04:30:30 +02:00
Romain Dessort e6edffd820 Merge untracked code into evoadmin-web. 2015-08-31 15:18:56 +02:00
Benoît S. 48eb1c16b1 Evoadmin-web is now a "public project". 2015-08-25 16:54:13 +02:00