From 9eca4e08745be9375048577bee2078012aa5cd21 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Sun, 7 Sep 2008 01:36:04 -0400 Subject: Fold password form into profile settings darcs-hash:20080907053604-7b5ce-4e01cefdbab4cc73a28960b265c23abf5e2f2b0a.gz --- lib/settingsaction.php | 3 --- lib/util.php | 2 -- 2 files changed, 5 deletions(-) (limited to 'lib') 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': -- cgit v1.2.3-54-g00ecf