Page 1 of 1

Forma 2.1 issues

Posted: Sun Mar 10, 2019 7:49 pm
by drewlander
I rolled this into a single topic for lack of time to create 4 separate ones.


lib.user.php
-- No setting in UI for ldap_alternate_check. No setting in database. Not sure if it should be there, but its in code.

// Edited by Claudio Redaelli
if (Get::sett('ldap_alternate_check') == 'on') {
if(!$user_manager->password_verify_update($password, $user_info[ACL_INFO_PASS], $user_info[ACL_INFO_IDST]))
return false;
} else {
$false_public = FALSE;
return $false_public;
}
// End edit



Helpdesk (?) does not work without SMTP configured in config.php
returns "no email config" when submitting request.



English translations:
module: standard
key: _SEND_CC
Current Transation: Metti in cc
Translation Option(s):
1.) Put in CC
2.) Add in CC
3.) Add to CC

module: customer_help
key: _CUSTOMER_HELP_DISCLAIMER
Current Transation: Autorizzo l'invio di informazioni tecniche all'assistenza utili per risolvere la mia richiesta
Translation Option(s):
1.) I authorize the transmission of technical information to assist in resolving this request

module: message
key: _CUSTOMER_HELP_DISCLAIMER
Current Transation: Autorizzo l'invio di informazioni tecniche all'assistenza utili per risolvere la mia richiesta
Translation Option(s):
1.) I authorize the transmission of technical information to assist in resolving this request


thx
-d