add OpenID settings to settings menu
darcs-hash:20080618065508-84dde-855999e8433ac5882638635c43bd52b8940b59d4.gz
This commit is contained in:
parent
eae70d5292
commit
0299b6f2ca
|
@ -64,6 +64,10 @@ class SettingsAction extends Action {
|
|||
_t('Password'),
|
||||
_t('Change your password'),
|
||||
$action == 'password');
|
||||
common_menu_item(common_local_url('openidsettings'),
|
||||
_t('OpenID'),
|
||||
_t('Add or remove OpenIDs'),
|
||||
$action == 'openidsettings');
|
||||
if (false) {
|
||||
common_menu_item(common_local_url('emailsettings'),
|
||||
_t('Email'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user