Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: Move "password" option definition to "login.py" | Aaron LI | 2016-11-17 | 1 | -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 LI | 2016-11-15 | 1 | -0/+40 |