forked from extern/egroupware
fix bug after name change of the change-password classed.
This commit is contained in:
parent
46e44572df
commit
e726d3f7ae
@ -12,7 +12,7 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
class bochangepassword
|
||||
class bopassword
|
||||
{
|
||||
var $public_functions = array(
|
||||
'changepass' => True
|
||||
|
@ -18,9 +18,10 @@
|
||||
'change' => True
|
||||
);
|
||||
|
||||
function uichangepassword()
|
||||
function uipassword()
|
||||
{
|
||||
$this->bo = CreateObject('preferences.bopassword');
|
||||
|
||||
}
|
||||
|
||||
function change()
|
||||
@ -43,7 +44,7 @@
|
||||
$GLOBALS['egw']->template->set_var('lang_enter_old_password',lang('Enter your old password'));
|
||||
$GLOBALS['egw']->template->set_var('lang_change',lang('Change'));
|
||||
$GLOBALS['egw']->template->set_var('lang_cancel',lang('Cancel'));
|
||||
$GLOBALS['egw']->template->set_var('form_action',$GLOBALS['egw']->link('/index.php','menuaction=preferences.uichangepassword.change'));
|
||||
$GLOBALS['egw']->template->set_var('form_action',$GLOBALS['egw']->link('/index.php','menuaction=preferences.uipassword.change'));
|
||||
|
||||
if($GLOBALS['egw_info']['server']['auth_type'] != 'ldap')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user