open sessions now use the config for tempdir, max upload size, encoding
[mir.git] / source / mircoders / localizer / basic / MirBasicPostingSessionHandler.java
index ddefe57..b4eca4f 100755 (executable)
@@ -316,11 +316,13 @@ public abstract class MirBasicPostingSessionHandler implements SessionHandler {
     }
     return true;
   }
+
   /**
    * Method to generate a one-time password
    *
    * @return a password, to be used once
    */
+
   protected String generateOnetimePassword() {
     Random r = new Random();
     int random = r.nextInt();