Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
btm2000.apps-dev.fr /
core /
login /
Delete
Unzip
Name
Size
Permission
Date
Action
README.txt
1011
B
-rw-r--r--
2023-12-15 13:44
functions_dolibarr.php
6.22
KB
-rw-r--r--
2023-12-15 13:44
functions_empty.php
1.48
KB
-rw-r--r--
2023-12-15 13:44
functions_forceuser.php
1.67
KB
-rw-r--r--
2023-12-15 13:44
functions_googleoauth.php
5.43
KB
-rw-r--r--
2023-12-15 13:44
functions_http.php
3.29
KB
-rw-r--r--
2023-12-15 13:44
functions_ldap.php
12.34
KB
-rw-r--r--
2023-12-15 13:44
functions_openid.php
4.56
KB
-rw-r--r--
2023-12-15 13:44
functions_openid_connect.php
6.77
KB
-rw-r--r--
2023-12-15 13:44
Save
Rename
README (english) --------------------------------------------- Decription of htdocs/core/login directory --------------------------------------------- This directory contains files that handle the way to validate passwords. If you want to add a new password checker function, just add a file in this directory that follow an example of an already existing files. This file must be called for example : functions_mypasschecker.php Edit the function name to call it: check_user_mypasschecker Change code of this function to return true if couple $usertotest / $passwordtotest is ok for you. Then, you must edit you conf.php file to change the value of $dolibarr_main_authentication parameter to set it to : mypasschecker Once this is done, when you log in to Dolibarr, the function check_user_mypasschecker in this file is called. If the function return true and login exists, login is accepted. See page https://wiki.dolibarr.org/index.php?title=Authentication,_SSO_and_SSL for more information.