--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

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