Module: check_mk
Branch: master
Commit: 3744abf1c1504700bbef64d74ceb61168f64de54
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3744abf1c15047…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Dec 5 10:59:11 2011 +0100
Implemented user profile management page
New page for changing the user password and the default language (if available)
---
ChangeLog | 2 +
web/htdocs/config.py | 29 +++++++-
web/htdocs/images/sidebar_profile_hi.png | Bin 0 -> 848 bytes
web/htdocs/images/sidebar_profile_lo.png | Bin 0 -> 957 bytes
web/htdocs/index.py | 44 +++++++-----
web/htdocs/login.py | 114 +++++++++++++++++++++++++++++-
web/htdocs/sidebar.css | 12 +++-
web/htdocs/sidebar.py | 3 +-
web/htdocs/wato.py | 14 +---
web/plugins/pages/shipped.py | 1 +
10 files changed, 185 insertions(+), 34 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=3744abf1c1…