unico       2004/03/17 14:53:57

  Modified:    src/blocks/slide/samples flow.js
  Log:
  redirect again (I thought not redirecting should cause an exception. It's 
wasn't happening.)
  
  Revision  Changes    Path
  1.16      +1 -0      cocoon-2.1/src/blocks/slide/samples/flow.js
  
  Index: flow.js
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/samples/flow.js,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- flow.js   17 Mar 2004 22:44:43 -0000      1.15
  +++ flow.js   17 Mar 2004 22:53:57 -0000      1.16
  @@ -249,6 +249,7 @@
     var password = cocoon.request.getParameter("password");
     
     AdminHelper.changePassword(nat, principal, username, password);
  +  cocoon.redirectTo("users");
   }
   
   // ---------------------------------------------- screens
  
  
  

Reply via email to