diff options
Diffstat (limited to 'templates/select.html')
-rw-r--r-- | templates/select.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/select.html b/templates/select.html index 01f7341..5fd322f 100644 --- a/templates/select.html +++ b/templates/select.html @@ -8,8 +8,11 @@ <head> <title>login</title> </head> - <sub:infobox py:if="message != None"> - ${message} + <sub:infobox py:if="message.has_key('pwchangeok')"> + <b>Your password has been changed.</b><br /> + — please note that it may take a few minutes for Kerberos to update + its <a href="http://en.wikipedia.org/wiki/File:RomanCerberus.JPG">three heads</a>. At any moment, either your old password or your new + password will work. </sub:infobox> <sub:bodyform> <div class="cont"> |