aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/handlers/login.py
Commit message (Collapse)AuthorAgeFilesLines
* webui: Move "password" option definition to "login.py"Aaron LI2016-11-171-1/+9
| | | | | | | NOTE: By using the "tornado.options", each module can defines its own options, which are added to the global namespace. And the defined options can also be used by other modules.
* webui: Implement login support (password authentication)Aaron LI2016-11-151-0/+40