Make password checker easily pluggable to any password change prompt.
[platal.git] / htdocs / javascript / do_challenge_response_logged.js
index 80277f0..35805d3 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2006 Polytechnique.org                              *
+ *  Copyright (C) 2003-2008 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -46,3 +46,4 @@ function doChallengeResponse() {
     document.forms.login.password.value = "";
     document.forms.loginsub.submit();
 }
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: