Subversion Repositories oidplus

Rev

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

Rev 321 Rev 360
Line 35... Line 35...
35
                }
35
                }
36
 
36
 
37
                $json[] = array(
37
                $json[] = array(
38
                        'id' => 'oidplus:forgot_password_admin', // link to the public plugin!
38
                        'id' => 'oidplus:forgot_password_admin', // link to the public plugin!
39
                        'icon' => $tree_icon,
39
                        'icon' => $tree_icon,
40
                        'text' => 'Change password'
40
                        'text' => _L('Change password')
41
                );
41
                );
42
 
42
 
43
                return true;
43
                return true;
44
        }
44
        }
45
 
45