Mercurial > prosody-modules
view mod_admin_web/admin_web/www_files/style.css @ 354:f24998ec7f8d
Implemented basic SQL authentication module.
This module implements authentication against plaintext password stored in SQL database.
You wil definitely need to edit the Lua code and put a query working with your database.
The example query works against jabberd2 database schema.
P.S. This module is just some code glued together from other modules. ;-)
author | Tomasz Sterna <tomek@xiaoka.com> |
---|---|
date | Tue, 12 Apr 2011 00:30:53 +0200 |
parents | 54d4445cc5c6 |
children | 99465bbfa205 |
line wrap: on
line source
label { margin-right: 0.5em } input, textarea, select { margin: 0.25em; margin-left: 1em } body { padding: 1em; background: #f29b00; color: #000000 } a { color: #0000FF } #log_container { clear: both; display: none } .container { margin: 2em; padding: 0.5em; border: solid; float: left } #left { float: left; margin-right: 2em; padding: 1em; border: solid 1px; background: #6197DF; color: #000000 } #selector { padding: 1em; border: solid 1px; background: #6197DF; color: #000000 } #right { display: none; float: left } #main { margin-top: 1em } #cred input[type="submit"] { margin-left: 0em } #cred fieldset { border: 0px } #menu { display: none } #menu ul { list-style-type: none; padding: 0px; } #menu li { font-size: 20pt }