--userpass option does not work - FIX FOR BETA
# Final Release Note # Description I started the GUI as follows: ``` $ yottadb -run %ydbgui --userpass admin:admin --log 0 1>/tmp/%ydbgui.out 2>/tmp/%ydbgui.err & [1] 16777 $ ``` A browser window shows this at http://localhost:9080 ![Screenshot_from_2022-12-22_17-31-00](/uploads/15d58ce750ceddebed5e3d6bae1da8e9/Screenshot_from_2022-12-22_17-31-00.png) Clicking on Dashboard changes the displayed URL to http://localhost:9080/#tabDashboardDiv Here are the stdout and stderr of the process: ``` $ cat /tmp/%ydbgui.out Starting Server at port 9080 in directory /usr/local/lib/yottadb/r135_20221215-1/plugin/etc/ydbgui/ at logging level 0 $ cat /tmp/%ydbgui.err $ ``` It also refuses to stop as advertised: ``` $ yottadb -run stop^%ydbgui Port 9080 is currently being used. Checking if it is the YDB-Web-Server. HTTP/1.1 401 Unauthorized Not a YDB Web Server $ ``` # Draft Release Note
issue