X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=scripts%2Flogin.ml;h=4b55be7f508264c09ad84c5f67bd0173d8639a5f;hb=295f2cde3f43ccf7f775d39b95925e10aa4c37cb;hp=0d802ad1e0ceaa060d5e345dce3f2c3e56e8aa8e;hpb=fed8bae623ae58ec83206e53be5eb7ed119ce875;p=cocanwiki.git diff --git a/scripts/login.ml b/scripts/login.ml index 0d802ad..4b55be7 100644 --- a/scripts/login.ml +++ b/scripts/login.ml @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: login.ml,v 1.5 2004/10/14 15:57:15 rich Exp $ + * $Id: login.ml,v 1.6 2005/03/31 14:24:04 rich Exp $ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -62,9 +62,9 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ = let cookie = if permanent then - Cookie.cookie ~name:"auth" ~value:cookie ~path:"/" ~expires () + Cookie.cookie "auth" cookie ~path:"/" ~expires else - Cookie.cookie ~name:"auth" ~value:cookie ~path:"/" () in + Cookie.cookie "auth" cookie ~path:"/" in ok ~title:"Logged in" ~buttons:[ok_button redirect] ~cookie q ("Welcome " ^ username ^ "." ^