diff options
author | Zach Copley <zach@controlyourself.ca> | 2008-09-07 01:36:04 -0400 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2008-09-07 01:36:04 -0400 |
commit | 9eca4e08745be9375048577bee2078012aa5cd21 (patch) | |
tree | e1aea64a59437f672f6dbca83d3bd99aab492fbb /lib | |
parent | 4f19a9462c7f3b0f21204bfe9e3e196c99aa7d73 (diff) |
Fold password form into profile settings
darcs-hash:20080907053604-7b5ce-4e01cefdbab4cc73a28960b265c23abf5e2f2b0a.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/settingsaction.php | 3 | ||||
-rw-r--r-- | lib/util.php | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/lib/settingsaction.php b/lib/settingsaction.php index 00bec4274..cbdfcf10c 100644 --- a/lib/settingsaction.php +++ b/lib/settingsaction.php @@ -86,9 +86,6 @@ class SettingsAction extends Action { 'emailsettings' => array(_('Email'), _('Change email handling')), - 'password' => - array(_('Password'), - _('Change your password')), 'openidsettings' => array(_('OpenID'), _('Add or remove OpenIDs')), diff --git a/lib/util.php b/lib/util.php index 96e781987..5b6b59f80 100644 --- a/lib/util.php +++ b/lib/util.php @@ -837,8 +837,6 @@ function common_fancy_url($action, $args=NULL) { } case 'openidlogin': return common_path('main/openid'); - case 'password': - return common_path('settings/'.$action); case 'profilesettings': return common_path('settings/profile'); case 'emailsettings': |