actually aiki control panel doesn't display the widgets that has app_id = 1 or has admin in the display urls in the aiki_widgets table. the login widget is editable from the admin panel but the logout one is not since it's simple to create custom logout by just by using the script:
<php $aiki->membership->LogOut(); php> also the logout widget usually need to have custom redirect -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/900621 Title: The aikiadmin_login and logout widgets are not editable from admin interface Status in Aiki Framework: Fix Committed Bug description: The two widgets 'aikiadmin_login' and 'logout' both appear in the list of widgets in the aiki admin interface. Clicking either one of these widgets should allow the developer to view and edit the widget. However, clicking these widgets has no effect. The widget content does not load into the admin interface. Confirmed on Aiki Framework version 0.8.24.916 To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/900621/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

