https://bugs.documentfoundation.org/show_bug.cgi?id=149926

--- Comment #19 from Alex Thurgood <ipla...@tuta.io> ---
(In reply to prrvchr from comment #18)


> If we want to solve this problem, does anyone have information concerning:
> - How to add a menu entry in Base under User Administration.
> - How to find the connection in the protocol handler which will manage this
> new url.

I see something for hsqldb, here:

core/connectivity/source/drivers/hsqldb/HUser.cxx

core/connectivity/source/drivers/hsqldb/HUsers.cxx

might be the place to start, to try and understand.


Presumably, this would have to be implemented/adapted for each of the supported
drivers in their respective areas.

For the UI part, the UserAdmin dialog seems to be defined here:

https://github.com/LibreOffice/core/blob/master/dbaccess/uiconfig/ui/useradminpage.ui

and possibly in part here:

https://github.com/LibreOffice/core/blob/master/dbaccess/uiconfig/ui/useradmindialog.ui

although I'm not really sure how the second UI definition relates to the first
(it seems to have a "reset" command, which I don't recall having seen anywhere
in the UI).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to