[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [MOD][ENH] System Menu: Webauthn menu item moved under My account and renamed it to Manage Passkeys

"Camile \(@camilevahviraki\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a1810c040228_3819354810483@gitlab-sidekiq-low-urgency-cpu-bound-v2-858b799898-2252t.mail>

Camile pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki


Commits:
8713ec68 by Camile at 2026-05-28T09:48:19+00:00
[MOD][ENH] System Menu: Webauthn menu item moved under My account and renamed it to Manage Passkeys
---
* [MOD][ENH] System Menu: Webauthn menu item moved under My account and renamed it to Manage Passkeys
---
* [UPD] Move webauthn menu ender My account and rename to Manage Passkeys

See merge request tikiwiki/tiki!10387

See merge request tikiwiki/tiki!10390

- - - - -


2 changed files:

- db/tiki.sql
- + installer/schema/20260528_move_webauthn_to_my_account_tiki.sql


Changes:

=====================================
db/tiki.sql
=====================================
@@ -1769,12 +1769,12 @@ INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `s
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','Permissions','tiki-objectpermissions.php',1077,'','tiki_p_admin|tiki_p_admin_objects','',0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','Perspectives','tiki-edit_perspective.php',1081,'feature_perspective','tiki_p_admin','',0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','Social networks','tiki-socialnetworks.php',115,'feature_mytiki,feature_socialnetworks','tiki_p_socialnetworks|tiki_p_admin_socialnetworks','Registered',0);
+INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','Manage Passkeys','tiki-webauthn.php',120,'feature_mytiki,auth_webauthn_enabled','','Registered',0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','Scheduler','tiki-admin_schedulers.php',1270,'','tiki_p_admin','', 0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','Webservices','tiki-admin_webservices.php',1280,'feature_webservices','tiki_p_admin_webservices','', 0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','References','tiki-references.php',255,'feature_wiki,feature_references','tiki_p_edit_references','', 0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42, 'o', 'Custom Routes', 'tiki-admin_routes.php', 1290, 'feature_sefurl_routes', 'tiki_p_admin', '', 0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42, 'o', 'Queued Tasks', 'tiki-admin_queued_tasks.php', 1271, 'feature_queued_tasks', 'tiki_p_admin', '', 0);
-INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42, 's', 'Webauthn', 'tiki-webauthn.php', 1300, 'auth_webauthn_enabled', '', '', 0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42, 's', 'Tiki Share','tiki-ajax_services.php?controller=share&action=index', 47, 'feature_share', '', 'Registered', 0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42, 'o', 'List Shared URLs','tiki-ajax_services.php?controller=share&action=index', 49, 'feature_share', '', 'Registered', 0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42, 'o', 'Admin Icons Dashboard', 'tiki-admin.php?admin_dashboard_icons=y', 1053, 'theme_unified_admin_backend', 'tiki_p_admin', '', 0);
@@ -3530,7 +3530,7 @@ UPDATE tiki_menu_options SET icon = 'bug' WHERE name = '(debug)';
 UPDATE tiki_menu_options SET icon = 'kaltura' WHERE name = 'Kaltura Video';
 UPDATE tiki_menu_options SET icon = 'calendar' WHERE name = 'Tiki Calendar';
 UPDATE tiki_menu_options SET icon = 'wizard' WHERE name = 'User Wizard';
-UPDATE tiki_menu_options SET icon = 'key' WHERE name = 'Webauthn';
+UPDATE tiki_menu_options SET icon = 'key' WHERE name = 'Manage Passkeys';
 UPDATE tiki_menu_options SET icon = 'envelope' WHERE name = 'Messages';
 UPDATE tiki_menu_options SET icon = 'check-square' WHERE name = 'Tasks';
 UPDATE tiki_menu_options SET icon = 'bookmark' WHERE name = 'Bookmarks';


=====================================
installer/schema/20260528_move_webauthn_to_my_account_tiki.sql
=====================================
@@ -0,0 +1,2 @@
+-- Move Webauthn from standalone section to child of My Account and rename to Manage Passkeys
+UPDATE `tiki_menu_options` SET `name` = 'Manage Passkeys', `type` = 'o', `position` = 120, `section` = 'feature_mytiki,auth_webauthn_enabled', `groupname` = 'Registered' WHERE `name` = 'Webauthn';



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/8713ec68547a7a707840c728883fbee0db17258b

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/8713ec68547a7a707840c728883fbee0db17258b
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.