Forma 2.1 issues

Installazione, configurazione generale, notifiche, API, lingue, problemi server
Post Reply
drewlander
Newbie
Posts: 13
Joined: Wed Feb 24, 2016 4:38 am
Version: forma.lms 1.4.1

Forma 2.1 issues

Post 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
Post Reply