Subversion Repositories oidplus

Rev

Rev 559 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 559 Rev 585
Line 37... Line 37...
37
                        }
37
                        }
38
 
38
 
39
                        if (!OIDplus::authUtils()->isAdminLoggedIn()) {
39
                        if (!OIDplus::authUtils()->isAdminLoggedIn()) {
40
                                _CheckParamExists($params, 'old_password');
40
                                _CheckParamExists($params, 'old_password');
41
                                $old_password = $params['old_password'];
41
                                $old_password = $params['old_password'];
-
 
42
                        } else {
-
 
43
                                $old_password = '';
42
                        }
44
                        }
43
 
45
 
44
                        _CheckParamExists($params, 'new_password1');
46
                        _CheckParamExists($params, 'new_password1');
45
                        _CheckParamExists($params, 'new_password2');
47
                        _CheckParamExists($params, 'new_password2');
46
 
48